Skip to content

Commit

Permalink
NFSv4: Ensure nfs_callback_down() calls svc_destroy()
Browse files Browse the repository at this point in the history
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Mar 20, 2006
1 parent 6041b79 commit f25bc34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/nfs/callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f25bc34

Please sign in to comment.