summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-07 00:29:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-07 00:29:06 +0000
commit1b8b39d71738f4b2586bdc03ba69472fcebfc86c (patch)
tree8e7211f824fba909e19dc46f1c40f8ae238ab212 /nuttx/ChangeLog
parent1428af3503e632aba11c667170e7a94916683335 (diff)
downloadpx4-nuttx-1b8b39d71738f4b2586bdc03ba69472fcebfc86c.tar.gz
px4-nuttx-1b8b39d71738f4b2586bdc03ba69472fcebfc86c.tar.bz2
px4-nuttx-1b8b39d71738f4b2586bdc03ba69472fcebfc86c.zip
Fix a bug in the FAT statfs() implementation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4375 42af7a65-404d-4744-a932-0658087f49c3
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