]> git.karo-electronics.de Git - karo-tx-linux.git/commit
close the race in nlmsvc_free_block()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 29 Aug 2012 13:00:01 +0000 (09:00 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 6 Sep 2012 13:49:16 +0000 (09:49 -0400)
commit4f166a906a1e78ba6c48fc1cf3c843b56e11dd8f
tree483a30b79f2e7e1bf6ecc708c98bb6c221e262c0
parent19ba9535832781b2cad170dab0f9e7583c26ee01
close the race in nlmsvc_free_block()

we need to grab mutex before the reference counter reaches 0

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