summaryrefslogtreecommitdiff
path: root/libbcache/super_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcache/super_types.h')
-rw-r--r--libbcache/super_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcache/super_types.h b/libbcache/super_types.h
index 41eaf0dd..69c747de 100644
--- a/libbcache/super_types.h
+++ b/libbcache/super_types.h
@@ -6,6 +6,7 @@ struct bcache_superblock {
struct block_device *bdev;
struct bio *bio;
unsigned page_order;
+ fmode_t mode;
};
#endif /* _BCACHE_SUPER_TYPES_H */