From 400451c74bc7a5e67bda0815ce90b09a24cdd278 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 15 Mar 2015 07:46:49 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 195adb6170..788cc1284b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10000,3 +10000,5 @@ never being added to the list of open files. So when the unmount() happens, it always looked like there were not open files and a crash could ensue (2015-03-14). + * fs/fat/fs_fat32.c and fs_fat32.h: Add support for umount2(target, + MNT_FORCE) in the FAT file system (2015-03-15).