btrfs-progs: Introduce sectorsize nodesize and stripesize members for
authorQu Wenruo <quwenruo@cn.fujitsu.com>
Wed, 17 May 2017 08:57:35 +0000 (16:57 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 3 Jul 2017 11:35:10 +0000 (13:35 +0200)
commitc4893f15cedc59c14656b06b83bb5c8a441efe66
tree9a3e2335938c09040ebfb081d23b7ef7047fb060
parent3c7a04e59272837b8d70f2cfdfd7173d53c72616
btrfs-progs: Introduce sectorsize nodesize and stripesize members for
btrfs_fs_info

Just like what we do in kernel, since we will not support different
leaf/node/stripe size per tree, there is no need to store these block
sizes in btrfs_root.

This patch will introduce these block size members into btrfs_fs_info
structure, allowing us to convert such usage in later patches.

Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
chunk-recover.c
ctree.h
disk-io.c