Home
last modified time | relevance | path

Searched hist:aea52e19dd2085617dd7d247afb76a90cf2ea40c (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Dsuper.cdiff aea52e19dd2085617dd7d247afb76a90cf2ea40c Thu Nov 17 07:22:46 CET 2011 Al Viro <viro@zeniv.linux.org.uk> 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>