Commit f25bc349 authored by Trond Myklebust's avatar Trond Myklebust

NFSv4: Ensure nfs_callback_down() calls svc_destroy()

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 6041b791
...@@ -73,6 +73,7 @@ static void nfs_callback_svc(struct svc_rqst *rqstp) ...@@ -73,6 +73,7 @@ static void nfs_callback_svc(struct svc_rqst *rqstp)
svc_process(serv, rqstp); svc_process(serv, rqstp);
} }
svc_exit_thread(rqstp);
nfs_callback_info.pid = 0; nfs_callback_info.pid = 0;
complete(&nfs_callback_info.stopped); complete(&nfs_callback_info.stopped);
unlock_kernel(); unlock_kernel();
......
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