lockd: Ensure that lockd_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>
This commit is contained in:
committed by
J. Bruce Fields
parent
9e5b208dc9
commit
d6a7ce424f
@@ -313,6 +313,8 @@ static int lockd_start_svc(struct svc_serv *serv)
|
|||||||
"lockd_up: kthread_run failed, error=%d\n", error);
|
"lockd_up: kthread_run failed, error=%d\n", error);
|
||||||
goto out_task;
|
goto out_task;
|
||||||
}
|
}
|
||||||
|
nlmsvc_rqst->rq_task = nlmsvc_task;
|
||||||
|
|
||||||
dprintk("lockd_up: service started\n");
|
dprintk("lockd_up: service started\n");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user