From: Al Viro Date: Thu, 17 Nov 2011 20:40:49 +0000 (-0500) Subject: btrfs: let ->s_fs_info point to fs_info, not root... X-Git-Tag: v3.3-rc1~25^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815745cf3e46681241ad8025602ffbf2a452d514;p=pandora-kernel.git btrfs: let ->s_fs_info point to fs_info, not root... the latter can be obtained from the former (by looking as ->tree_root) just as cheaply as we currently are doing the other way round. Signed-off-by: Al Viro --- Reading git-diff-tree failed