summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-10 18:17:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-10 18:17:02 +0000
commit880f01b3d70a1d1780585eb3de78618220297303 (patch)
tree7b7d341113c54b84074afad8993766fb0e031371 /cpukit/ChangeLog
parent2011-05-27 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-880f01b3d70a1d1780585eb3de78618220297303.tar.bz2
2011-06-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1812/filesystem * libfs/src/imfs/imfs_stat.c: stat() implementation for IMFS did not set st_blksize field. Set it based upon user configuration.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 788c9fcb18..c6640c70d2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ PR 1812/filesystem
+ * libfs/src/imfs/imfs_stat.c: stat() implementation for IMFS did not
+ set st_blksize field. Set it based upon user configuration.
+
2011-05-27 Bo Hansen <mdboha@gmail.com>
PR 1776/networking