]> git.baikalelectronics.ru Git - kernel.git/commit
get rid of propagate_umount() mistakenly treating slaves as busy.
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 18 Aug 2014 19:09:26 +0000 (15:09 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 30 Aug 2014 22:31:41 +0000 (18:31 -0400)
commit6cfa75d1ea746c241f4a11b47fb489bfedad2126
tree70dbec3575942bad615cab61ab9061f2b8228128
parent7055afb06189cf53fcf1841e6e60971221ded012
get rid of propagate_umount() mistakenly treating slaves as busy.

The check in __propagate_umount() ("has somebody explicitly mounted
something on that slave?") is done *before* taking the already doomed
victims out of the child lists.

Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namespace.c
fs/pnode.c