]> git.baikalelectronics.ru Git - kernel.git/commit
fold release_mounts() into namespace_unlock()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 16 Mar 2013 19:12:40 +0000 (15:12 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 9 Apr 2013 18:12:54 +0000 (14:12 -0400)
commit66ea0e3c61b315f339d49a1fff94781df7b2489e
tree4142569f2f7fb33cf7044fab8caac811d8ce912e
parent079614af744c0e62b920a13538d567538f08c5a9
fold release_mounts() into namespace_unlock()

... and provide namespace_lock() as a trivial wrapper;
switch to those two consistently.

Result is patterned after rtnl_lock/rtnl_unlock pair.

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