diff options
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | 2012-04-20 16:19:18 +0200 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-04-27 20:09:59 +0200 |
commit | 7aab449e5a2ebfa9c5116e87e16536bc4195e4de (patch) | |
tree | c948a96ddd87c2ed708875c961c9e3577737ae08 /net/sunrpc/rpc_pipe.c | |
parent | SUNRPC: skip dead but not buried clients on PipeFS events (diff) | |
download | linux-7aab449e5a2ebfa9c5116e87e16536bc4195e4de.tar.xz linux-7aab449e5a2ebfa9c5116e87e16536bc4195e4de.zip |
SUNRPC: skip clients with program without PipeFS entries
1) This is sane.
2) Otherwise there will be soft lockup:
do {
rpc_get_client_for_event (clnt->cl_dentry == NULL ==> choose)
__rpc_pipefs_event (clnt->cl_program->pipe_dir_name == NULL ==> return)
} while (1)
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/rpc_pipe.c')
0 files changed, 0 insertions, 0 deletions