Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 9e5b208d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;