summaryrefslogtreecommitdiff
path: root/storeio/dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'storeio/dev.h')
-rw-r--r--storeio/dev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storeio/dev.h b/storeio/dev.h
index d5b9d1a4..23924ca5 100644
--- a/storeio/dev.h
+++ b/storeio/dev.h
@@ -40,6 +40,7 @@ struct dev
int readonly; /* Nonzero if user gave --readonly flag. */
int enforced; /* Nonzero if user gave --enforced flag. */
+ int no_fileio; /* Nonzero if user gave --no-fileio flag. */
dev_t rdev; /* A unixy device number for st_rdev. */
/* The current owner of the open device. For terminals, this affects
@@ -63,7 +64,6 @@ struct dev
and don't need to be initialized or cleaned up. */
int inhibit_cache;
-
/* A bitmask corresponding to the part of an offset that lies within a
device block. */
unsigned block_mask;