summaryrefslogtreecommitdiff
path: root/storeio/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'storeio/ChangeLog')
-rw-r--r--storeio/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog
index 485fc7d0..daac2ca0 100644
--- a/storeio/ChangeLog
+++ b/storeio/ChangeLog
@@ -1,3 +1,9 @@
+1999-01-31 Roland McGrath <roland@baalperazim.frob.com>
+
+ * storeio.c (trivfs_modify_stat): Return S_IFCHR iff inhibit_cache
+ set, otherwsie S_IFBLK. For a block-addressed device, S_IFCHR means
+ "must do whole-block i/o".
+
1999-01-28 Roland McGrath <roland@baalperazim.frob.com>
* io.c (trivfs_S_file_syncfs): Fix inverted test.