diff options
author | Jeff Layton <jlayton@redhat.com> | 2008-02-06 17:34:11 +0100 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2008-02-11 00:09:36 +0100 |
commit | 90bd17c87821fe0e055e0f9a7446c2875f31eb4c (patch) | |
tree | 21524f248ed516570dcc1a0f6a66a74e3a275e95 /fs/lockd/svclock.c | |
parent | NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clients (diff) | |
download | linux-90bd17c87821fe0e055e0f9a7446c2875f31eb4c.tar.xz linux-90bd17c87821fe0e055e0f9a7446c2875f31eb4c.zip |
NLM: have server-side RPC clients default to soft RPC tasks
Now that it no longer does an RPC ping, lockd always ends up queueing
an RPC task for the GRANT_MSG callback. But, it also requeues the block
for later attempts. Since these are hard RPC tasks, if the client we're
calling back goes unresponsive the GRANT_MSG callbacks can stack up in
the RPC queue.
Fix this by making server-side RPC clients default to soft RPC tasks.
lockd requeues the block anyway, so this should be OK.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/lockd/svclock.c')
0 files changed, 0 insertions, 0 deletions