summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-15 07:46:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-15 07:46:49 -0600
commit8c49ea6b05ebee1ee01d4cd481980bbdf1eb7f2e (patch)
tree9e27e66ad72d5884d520cac61cf3886ecd997659 /nuttx/ChangeLog
parentede8f493a812b613eada5bfd45121c2e22756b02 (diff)
downloadpx4-nuttx-8c49ea6b05ebee1ee01d4cd481980bbdf1eb7f2e.tar.gz
px4-nuttx-8c49ea6b05ebee1ee01d4cd481980bbdf1eb7f2e.tar.bz2
px4-nuttx-8c49ea6b05ebee1ee01d4cd481980bbdf1eb7f2e.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 195adb617..788cc1284 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).