diff options
-rw-r--r-- | storeio/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog index daac2ca0..47ae8a99 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,5 +1,7 @@ 1999-01-31 Roland McGrath <roland@baalperazim.frob.com> + * storeio.c (trivfs_modify_stat): Return S_IFCHR if block size is 1. + * 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". |