]> git.baikalelectronics.ru Git - kernel.git/commit
get rid of useless vfsmount_lock use in put_mnt_ns()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 5 Feb 2010 07:21:06 +0000 (02:21 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 3 Mar 2010 19:07:59 +0000 (14:07 -0500)
commit00a05aad98e3f501b4b500119f3fe88b01a02082
tree15c92bc7265bc615604c722e08195c728369fab7
parent2352ff1d28f8b7f9559d70e29aca1d2391c8e081
get rid of useless vfsmount_lock use in put_mnt_ns()

It hadn't been needed since we'd sanitized the logics in
mark_mounts_for_expiry() (which, in turn, used to be a
rudiment of bad old times when namespace_sem was per-ns).

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