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

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

nfs: Ensure that nfs_callback_start_svc sets the server rq_task...

parent d6a7ce42
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
}