summaryrefslogtreecommitdiff
path: root/storeio
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-01-02 01:32:44 +0000
committerRoland McGrath <roland@gnu.org>2002-01-02 01:32:44 +0000
commit363c773b843234cc2acac318e901d8fa1c0a9414 (patch)
treea537806505ca1d38fc7f4635a587504d17cd8f8a /storeio
parentbc86c37cdef33382667000557f254e3474f7b612 (diff)
.
Diffstat (limited to 'storeio')
-rw-r--r--storeio/ChangeLog8
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>.