diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-02 01:32:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-02 01:32:44 +0000 |
commit | 363c773b843234cc2acac318e901d8fa1c0a9414 (patch) | |
tree | a537806505ca1d38fc7f4635a587504d17cd8f8a /storeio/ChangeLog | |
parent | bc86c37cdef33382667000557f254e3474f7b612 (diff) |
.
Diffstat (limited to 'storeio/ChangeLog')
-rw-r--r-- | storeio/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 1f4a8368..0fa8e887 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,3 +1,11 @@ +2001-12-28 Roland McGrath <roland@frob.com> + + * dev.h (struct dev): New member `no_fileio' (flag). + * storeio.c (options): Add --no-file-io/-F. + (parse_opt): Parse it to set PARAMS->dev->no_fileio. + (trivfs_append_args): Add --no-file-io if it's set. + * dev.c (dev_open): Pass STORE_NOFILEIO flag if DEV->no_fileio is set. + 2001-08-12 Neal H Walfield <neal@cs.uml.edu> * pager.c: Include <errno.h>. |