diff --git a/[refs] b/[refs] index f22e0f347ab9..d56dbf7cc844 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b3d19c51723be69fddb64723bebb5a30fb57a483 +refs/heads/master: 1dc42e04b75779d321f1d17dca3873004066f667 diff --git a/trunk/fs/nfs/callback.c b/trunk/fs/nfs/callback.c index 6dfdc8311f27..8ed0bc8cffb6 100644 --- a/trunk/fs/nfs/callback.c +++ b/trunk/fs/nfs/callback.c @@ -410,7 +410,9 @@ void nfs_callback_down(int minorversion, struct net *net) cb_info->users--; if (cb_info->users == 0 && cb_info->task != NULL) { kthread_stop(cb_info->task); + dprintk("nfs_callback_down: service stopped\n"); svc_exit_thread(cb_info->rqst); + dprintk("nfs_callback_down: service destroyed\n"); cb_info->serv = NULL; cb_info->rqst = NULL; cb_info->task = NULL;