diff options
author | Roland McGrath <roland@gnu.org> | 1999-02-01 03:49:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-02-01 03:49:33 +0000 |
commit | 92e02bab552228b4b50b4f7a436aa6008427b18a (patch) | |
tree | 3b94b303f1ab55d915c9486e18b758ee7c734194 | |
parent | 3794e61f5825e45839cb444d4ea94dfe3dca6b32 (diff) |
.
-rw-r--r-- | storeio/ChangeLog | 6 |
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. |