1
0
Fork 0
alistair23-linux/include/linux/lockd
Andrey Ryabinin 0d0f4aab4e lockd: get rid of reference-counted NSM RPC clients
Currently we have reference-counted per-net NSM RPC client
which created on the first monitor request and destroyed
after the last unmonitor request. It's needed because
RPC client need to know 'utsname()->nodename', but utsname()
might be NULL when nsm_unmonitor() called.

So instead of holding the rpc client we could just save nodename
in struct nlm_host and pass it to the rpc_create().
Thus ther is no need in keeping rpc client until last
unmonitor request. We could create separate RPC clients
for each monitor/unmonitor requests.

Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
2015-10-23 15:57:27 -04:00
..
bind.h Lockd: pass network namespace to creation and destruction routines 2012-04-11 17:55:06 -04:00
debug.h lockd: eliminate LOCKD_DEBUG 2014-11-24 17:24:08 -05:00
lockd.h lockd: get rid of reference-counted NSM RPC clients 2015-10-23 15:57:27 -04:00
nlm.h
share.h
xdr.h
xdr4.h SUNRPC: constify the rpc_program 2012-01-31 19:28:20 -05:00