diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index b30b2ce72455..1a4d1d6fa401 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -223,6 +223,7 @@ struct btrfs_fs_info { | |||
223 | int cache_size; | 223 | int cache_size; |
224 | int fp; | 224 | int fp; |
225 | struct btrfs_trans_handle *running_transaction; | 225 | struct btrfs_trans_handle *running_transaction; |
226 | struct btrfs_super_block *disk_super; | ||
226 | }; | 227 | }; |
227 | 228 | ||
228 | /* | 229 | /* |