From: Al Viro Date: Thu, 17 Nov 2011 06:46:50 +0000 (-0500) Subject: btrfs: make free_fs_info() call ->kill_sb() unconditional X-Git-Tag: v3.3-rc1~25^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d22ca7de770e2a683eac000ba4db5a95e2f4c969;p=pandora-kernel.git btrfs: make free_fs_info() call ->kill_sb() unconditional ... and don't bother with it after btrfs_fill_super() failure - ->kill_sb() (unlike ->put_super()) will be called even if we have not got non-NULL ->s_root. Signed-off-by: Al Viro --- Reading git-diff-tree failed