aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/nfs4callback.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c
index c6eed2a3b093..8fa412ce8021 100644
--- a/fs/nfsd/nfs4callback.c
+++ b/fs/nfsd/nfs4callback.c
@@ -542,7 +542,8 @@ void do_probe_callback(struct nfs4_client *clp)
542 }; 542 };
543 int status; 543 int status;
544 544
545 status = rpc_call_async(cb->cb_client, &msg, RPC_TASK_SOFT, 545 status = rpc_call_async(cb->cb_client, &msg,
546 RPC_TASK_SOFT | RPC_TASK_SOFTCONN,
546 &nfsd4_cb_probe_ops, (void *)clp); 547 &nfsd4_cb_probe_ops, (void *)clp);
547 if (status) { 548 if (status) {
548 warn_no_callback_path(clp, status); 549 warn_no_callback_path(clp, status);