summaryrefslogtreecommitdiff
path: root/libbcachefs/super_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/super_types.h')
-rw-r--r--libbcachefs/super_types.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/libbcachefs/super_types.h b/libbcachefs/super_types.h
new file mode 100644
index 00000000..69c747de
--- /dev/null
+++ b/libbcachefs/super_types.h
@@ -0,0 +1,12 @@
+#ifndef _BCACHE_SUPER_TYPES_H
+#define _BCACHE_SUPER_TYPES_H
+
+struct bcache_superblock {
+ struct bch_sb *sb;
+ struct block_device *bdev;
+ struct bio *bio;
+ unsigned page_order;
+ fmode_t mode;
+};
+
+#endif /* _BCACHE_SUPER_TYPES_H */