aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-07 00:29:06 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-07 00:29:06 +0000
commit1b3d8f3148527a6d13c7c8da0202c8dd55546cf1 (patch)
tree8e7211f824fba909e19dc46f1c40f8ae238ab212 /nuttx/ChangeLog
parent3d264a65026b51036f21dcf69fd1ca576f128b80 (diff)
downloadpx4-firmware-1b3d8f3148527a6d13c7c8da0202c8dd55546cf1.tar.gz
px4-firmware-1b3d8f3148527a6d13c7c8da0202c8dd55546cf1.tar.bz2
px4-firmware-1b3d8f3148527a6d13c7c8da0202c8dd55546cf1.zip
Fix a bug in the FAT statfs() implementation
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4375 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f60b7b9b6..444119973 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2447,3 +2447,6 @@
* lib/net/lib_inetntop.c: Add inet_ntop().
* lib/net/lib_inetpton.c: Add inet_pton().
* include/pthread.h: Correct PTHREAD_MUTEX_INITIALIZER.
+ * fs/fat/fs_fatfs.c: Fix and error in the FAT statfs() implementation that
+ was causing some block counts to be reported incorrectly (reported by
+ david_s5y). \ No newline at end of file