9
0
Fork 0

Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-03-15 07:46:49 -06:00
parent ede8f493a8
commit 8c49ea6b05
1 changed files with 2 additions and 0 deletions

View File

@ -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).