summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2014-08-03 17:03:08 (GMT)
committerJ. Bruce Fields <bfields@redhat.com>2014-08-17 16:00:10 (GMT)
commit887999774aeca9375b3831dbe58bab02df7b327f (patch)
tree169940633328b69ab7575027f306f26efcc583ae
parentd6a7ce424f9e32b6a5589f6bb96e0d1381479d48 (diff)
downloadlinux-887999774aeca9375b3831dbe58bab02df7b327f.tar.xz
nfs: Ensure that nfs_callback_start_svc sets the server rq_task...
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
-rw-r--r--fs/nfs/callback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/callback.c b/fs/nfs/callback.c
index 54de482..e3dd1cd 100644
--- a/fs/nfs/callback.c
+++ b/fs/nfs/callback.c
@@ -244,6 +244,7 @@ static int nfs_callback_start_svc(int minorversion, struct rpc_xprt *xprt,
cb_info->task = NULL;
return ret;
}
+ rqstp->rq_task = cb_info->task;
dprintk("nfs_callback_up: service started\n");
return 0;
}