“1da177e4c3f41524e886b7f1b8a0c1fc7321cac2”上不存在“arch/arm64/include/asm/pgalloc.h”
-
由 Andrey Ryabinin 提交于
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: NAndrey Ryabinin <aryabinin@virtuozzo.com> Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
0d0f4aab