commit | d22ca7de770e2a683eac000ba4db5a95e2f4c969 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Nov 17 01:46:50 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 08 19:34:41 2012 -0500 |
tree | d84fb7d68173d3ea759e8a4f8bf1cd41fd0ad10f | |
parent | be7e0950def403e90b5295ff2192c39967bf2aec [diff] |
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 <viro@zeniv.linux.org.uk>