diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 3b6f8524a4ad..33ab165591c5 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -505,7 +505,7 @@ struct btrfs_fs_info { | |||
505 | u64 alloc_start; | 505 | u64 alloc_start; |
506 | struct btrfs_transaction *running_transaction; | 506 | struct btrfs_transaction *running_transaction; |
507 | struct btrfs_super_block super_copy; | 507 | struct btrfs_super_block super_copy; |
508 | struct extent_buffer *sb_buffer; | 508 | struct btrfs_super_block super_for_commit; |
509 | struct block_device *__bdev; | 509 | struct block_device *__bdev; |
510 | struct super_block *sb; | 510 | struct super_block *sb; |
511 | struct inode *btree_inode; | 511 | struct inode *btree_inode; |
@@ -1208,6 +1208,7 @@ BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64); | |||
1208 | 1208 | ||
1209 | /* struct btrfs_super_block */ | 1209 | /* struct btrfs_super_block */ |
1210 | BTRFS_SETGET_STACK_FUNCS(super_bytenr, struct btrfs_super_block, bytenr, 64); | 1210 | BTRFS_SETGET_STACK_FUNCS(super_bytenr, struct btrfs_super_block, bytenr, 64); |
1211 | BTRFS_SETGET_STACK_FUNCS(super_flags, struct btrfs_super_block, flags, 64); | ||
1211 | BTRFS_SETGET_STACK_FUNCS(super_generation, struct btrfs_super_block, | 1212 | BTRFS_SETGET_STACK_FUNCS(super_generation, struct btrfs_super_block, |
1212 | generation, 64); | 1213 | generation, 64); |
1213 | BTRFS_SETGET_STACK_FUNCS(super_root, struct btrfs_super_block, root, 64); | 1214 | BTRFS_SETGET_STACK_FUNCS(super_root, struct btrfs_super_block, root, 64); |