commit | aea52e19dd2085617dd7d247afb76a90cf2ea40c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Nov 17 01:22:46 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 08 19:33:23 2012 -0500 |
tree | d1416b60797f2a5f0c0f67062bcaaee6b227683a | |
parent | 98c7089c769048f941bd5c5285287f8fc301f8b1 [diff] |
btrfs: get ->kill_sb() of its own ... and move free_fs_info() to that, out of ->put_super(). Do NOT set ->s_fs_info to NULL in the latter; we need it for sget() to be able to see and wait for fs in the middle of umount if we get a mount/umount race. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>