btrfs-progs: print-tree: print stripe len of a chunk
authorQu Wenruo <quwenruo@cn.fujitsu.com>
Thu, 23 Jul 2015 09:18:07 +0000 (17:18 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 31 Aug 2015 17:25:09 +0000 (19:25 +0200)
commit045dc8fb6cb41bc804af3069f76ac3c94681ea42
tree892b986cca47cb244fd6b092e8acf3f0acc1d8e1
parente16cb7cb53e0cf36d918b1e018402d2226c602ec
btrfs-progs: print-tree: print stripe len of a chunk

Although it is fixed to BTRFS_STRIPE_LEN(64K) now, it's still used in a
lot of code, just output it for user who wants to trace the source of
stripe_len in btrfs_map_bio() code.

Reported-by: Chris Murphy <lists@colorremedies.com>
Reported-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
print-tree.c