commit | 887999774aeca9375b3831dbe58bab02df7b327f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Aug 03 13:03:08 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Sun Aug 17 12:00:10 2014 -0400 |
tree | 169940633328b69ab7575027f306f26efcc583ae | |
parent | d6a7ce424f9e32b6a5589f6bb96e0d1381479d48 [diff] [blame] |
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>
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 @@ cb_info->task = NULL; return ret; } + rqstp->rq_task = cb_info->task; dprintk("nfs_callback_up: service started\n"); return 0; }