diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index b94c1c76cd59..d557264ee974 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1818,9 +1818,8 @@ struct btrfs_root { | |||
1818 | 1818 | ||
1819 | u64 highest_objectid; | 1819 | u64 highest_objectid; |
1820 | 1820 | ||
1821 | #ifdef CONFIG_BTRFS_FS_RUN_SANITY_TESTS | 1821 | /* only used with CONFIG_BTRFS_FS_RUN_SANITY_TESTS is enabled */ |
1822 | u64 alloc_bytenr; | 1822 | u64 alloc_bytenr; |
1823 | #endif | ||
1824 | 1823 | ||
1825 | u64 defrag_trans_start; | 1824 | u64 defrag_trans_start; |
1826 | struct btrfs_key defrag_progress; | 1825 | struct btrfs_key defrag_progress; |