Write all super blocks during commit
[platform/upstream/btrfs-progs.git] / disk-io.h
index 1b5cbdf..bd8ca63 100644 (file)
--- a/disk-io.h
+++ b/disk-io.h
@@ -20,6 +20,8 @@
 #define __DISKIO__
 
 #define BTRFS_SUPER_INFO_OFFSET (16 * 1024)
+#define BTRFS_SUPER_INFO_SIZE 4096
+
 struct btrfs_device;
 
 struct extent_buffer *read_tree_block(struct btrfs_root *root, u64 bytenr,