Commit d6a7ce42 authored by Trond Myklebust's avatar Trond Myklebust Committed by J. Bruce Fields

lockd: Ensure that lockd_start_svc sets the server rq_task...

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 9e5b208d
......@@ -313,6 +313,8 @@ static int lockd_start_svc(struct svc_serv *serv)
"lockd_up: kthread_run failed, error=%d\n", error);
goto out_task;
}
nlmsvc_rqst->rq_task = nlmsvc_task;
dprintk("lockd_up: service started\n");
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment