diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index ac7106ec5357..b9257b37bb96 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -551,6 +551,8 @@ struct btrfs_fs_info { | |||
551 | u64 data_alloc_profile; | 551 | u64 data_alloc_profile; |
552 | u64 metadata_alloc_profile; | 552 | u64 metadata_alloc_profile; |
553 | u64 system_alloc_profile; | 553 | u64 system_alloc_profile; |
554 | |||
555 | void *bdev_holder; | ||
554 | }; | 556 | }; |
555 | 557 | ||
556 | /* | 558 | /* |