Re: [PATCH 1/3] lockd: use rpc client's cl_nodename for id encoding

2012-09-17 Thread Stanislav Kinsbursky
14.09.2012 23:08, Chuck Lever пишет: Hi- On Sep 14, 2012, at 10:25 AM, Stanislav Kinsbursky wrote: Taking hostname from uts namespace if not safe, because this cuold be performind during umount operation on child reaper death. And in this case current->nsproxy is NULL already. Signed-off-by:

Re: [PATCH 1/3] lockd: use rpc client's cl_nodename for id encoding

2012-09-14 Thread Chuck Lever
Hi- On Sep 14, 2012, at 10:25 AM, Stanislav Kinsbursky wrote: > Taking hostname from uts namespace if not safe, because this cuold be > performind during umount operation on child reaper death. And in this case > current->nsproxy is NULL already. > > Signed-off-by: Stanislav Kinsbursky > Cc: >

[PATCH 1/3] lockd: use rpc client's cl_nodename for id encoding

2012-09-14 Thread Stanislav Kinsbursky
Taking hostname from uts namespace if not safe, because this cuold be performind during umount operation on child reaper death. And in this case current->nsproxy is NULL already. Signed-off-by: Stanislav Kinsbursky Cc: --- fs/lockd/mon.c | 14 -- 1 files changed, 8 insertions(+),