diff options
-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>. |