diff options
author | Roland McGrath <roland@gnu.org> | 1999-11-21 04:30:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-11-21 04:30:14 +0000 |
commit | fca42583fe9467121d491920b14144b7610c9d7b (patch) | |
tree | 7e883e5635cdbfeaa34e9ca1c861888893eba698 /storeio | |
parent | 183c84afaddedee0f98f90cf8f65cdbe88dd0033 (diff) | |
download | hurd-fca42583fe9467121d491920b14144b7610c9d7b.tar.gz hurd-fca42583fe9467121d491920b14144b7610c9d7b.tar.bz2 hurd-fca42583fe9467121d491920b14144b7610c9d7b.zip |
.
Diffstat (limited to 'storeio')
-rw-r--r-- | storeio/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 31d9dd31..0b874033 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,3 +1,10 @@ +1999-11-20 Roland McGrath <roland@baalperazim.frob.com> + + * dev.c (dev_read, dev_write): In DEV->inhibit_cache case, + handle zero (i.e. unknown) block_size by treating it as 1. + Use shift and bitwise-and rather than multiply and modulus + for block size arithmetic, since it's a known power of two. + 1999-11-14 Roland McGrath <roland@baalperazim.frob.com> * io.c (trivfs_S_file_get_storage_info): Fail with EOPNOTSUPP when |