From d49420e8348124e5f1d3fbd00614c8fee2f0245b Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Wed, 24 Feb 2010 13:48:06 -0800 Subject: [PATCH] --- yaml --- r: 186365 b: refs/heads/master c: 58255a4e3ce506b43bb14d5579006731a981490d h: refs/heads/master i: 186363: 73b7544e7e810eacc73bda65a37c2e26cad9c6d2 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs4callback.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dbb9123adc43..5e1f30f0bbf4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 978ebd97d1426d5708d3f353179ab81f191a7eeb +refs/heads/master: 58255a4e3ce506b43bb14d5579006731a981490d diff --git a/trunk/fs/nfsd/nfs4callback.c b/trunk/fs/nfsd/nfs4callback.c index c6eed2a3b093..8fa412ce8021 100644 --- a/trunk/fs/nfsd/nfs4callback.c +++ b/trunk/fs/nfsd/nfs4callback.c @@ -542,7 +542,8 @@ void do_probe_callback(struct nfs4_client *clp) }; int status; - status = rpc_call_async(cb->cb_client, &msg, RPC_TASK_SOFT, + status = rpc_call_async(cb->cb_client, &msg, + RPC_TASK_SOFT | RPC_TASK_SOFTCONN, &nfsd4_cb_probe_ops, (void *)clp); if (status) { warn_no_callback_path(clp, status);