From: Josef Bacik Date: Mon, 16 Dec 2013 18:24:27 +0000 (-0500) Subject: Btrfs: move the extent buffer radix tree into the fs_info X-Git-Tag: v3.14-rc1~29^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f28491e0a6c46d99cbbef0f8ef7e314afa2359c8;p=pandora-kernel.git Btrfs: move the extent buffer radix tree into the fs_info I need to create a fake tree to test qgroups and I don't want to have to setup a fake btree_inode. The fact is we only use the radix tree for the fs_info, so everybody else who allocates an extent_io_tree is just wasting the space anyway. This patch moves the radix tree and its lock into btrfs_fs_info so there is less stuff I have to fake to do qgroup sanity tests. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed