From: Al Viro Date: Thu, 17 Nov 2011 05:38:54 +0000 (-0500) Subject: btrfs: sanitizing ->fs_info, part 3 X-Git-Tag: v3.3-rc1~25^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38a77db49ad8f78369dcdfb693b8e5a818a60104;p=pandora-kernel.git btrfs: sanitizing ->fs_info, part 3 move assignments to ->fs_info in open_ctree() up, to the place just after the original allocations. Assignment for tree_root becomes a no-op - we'd obtained fs_info from tree_root->fs_info in the first place. Signed-off-by: Al Viro --- Reading git-diff-tree failed