summaryrefslogtreecommitdiff
path: root/ctree.h
diff options
context:
space:
mode:
authorQu Wenruo <quwenruo@cn.fujitsu.com>2017-05-18 10:22:22 +0800
committerDavid Sterba <dsterba@suse.com>2017-07-03 13:35:11 +0200
commitfa5fd68021322069ea379db3c20a8e154bbca581 (patch)
tree094d5c6bb9c658e4f4e4c8413c4689e894bba2a6 /ctree.h
parent7a30f5a01c82faf1a3d86930613342c27ec12dd3 (diff)
btrfs-progs: Remove block size members in btrfs_root
Finally, we can get rid of per tree block size members now. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Diffstat (limited to 'ctree.h')
-rw-r--r--ctree.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ctree.h b/ctree.h
index 84298c7b..602c9562 100644
--- a/ctree.h
+++ b/ctree.h
@@ -1166,15 +1166,6 @@ struct btrfs_root {
u64 objectid;
u64 last_trans;
- /* data allocations are done in sectorsize units */
- u32 sectorsize;
-
- /* node allocations are done in nodesize units */
- u32 nodesize;
-
- /* leaf allocations are done in nodesize units */
- u32 stripesize;
-
int ref_cows;
int track_dirty;