diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 6036fdb88c53..0ee679b6c1b7 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -783,9 +783,6 @@ struct btrfs_free_cluster { | |||
783 | /* first extent starting offset */ | 783 | /* first extent starting offset */ |
784 | u64 window_start; | 784 | u64 window_start; |
785 | 785 | ||
786 | /* if this cluster simply points at a bitmap in the block group */ | ||
787 | bool points_to_bitmap; | ||
788 | |||
789 | struct btrfs_block_group_cache *block_group; | 786 | struct btrfs_block_group_cache *block_group; |
790 | /* | 787 | /* |
791 | * when a cluster is allocated from a block group, we put the | 788 | * when a cluster is allocated from a block group, we put the |