aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfs/callback.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/callback.c b/fs/nfs/callback.c
index 6dfdc8311f2..8ed0bc8cffb 100644
--- a/fs/nfs/callback.c
+++ b/fs/nfs/callback.c
@@ -410,7 +410,9 @@ void nfs_callback_down(int minorversion, struct net *net)
410 cb_info->users--; 410 cb_info->users--;
411 if (cb_info->users == 0 && cb_info->task != NULL) { 411 if (cb_info->users == 0 && cb_info->task != NULL) {
412 kthread_stop(cb_info->task); 412 kthread_stop(cb_info->task);
413 dprintk("nfs_callback_down: service stopped\n");
413 svc_exit_thread(cb_info->rqst); 414 svc_exit_thread(cb_info->rqst);
415 dprintk("nfs_callback_down: service destroyed\n");
414 cb_info->serv = NULL; 416 cb_info->serv = NULL;
415 cb_info->rqst = NULL; 417 cb_info->rqst = NULL;
416 cb_info->task = NULL; 418 cb_info->task = NULL;