]> git.baikalelectronics.ru Git - kernel.git/commit
lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 25 Jul 2012 20:39:50 +0000 (00:39 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 29 Jul 2012 19:09:57 +0000 (23:09 +0400)
commit7e10e6cf9b766f705cc9e09639f6f97ad208d949
tree1be9a17759fc754d44a10549a2b43a5aa84a8e2f
parent15942db04bdb2ea5fb4eb51dbad1518c8e3bbd53
lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()

It's used both for client and server hosts; we can't do nlmclnt_release_host()
on failure exits, since the host might need nlmsvc_release_host(), with BUG_ON()
for calling the wrong one.  Makes life simpler for callers, actually...

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