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

Commit f25bc349 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFSv4: Ensure nfs_callback_down() calls svc_destroy()

parent 6041b791
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ static void nfs_callback_svc(struct svc_rqst *rqstp)
		svc_process(serv, rqstp);
	}

	svc_exit_thread(rqstp);
	nfs_callback_info.pid = 0;
	complete(&nfs_callback_info.stopped);
	unlock_kernel();