NFS: add debug messages to callback down function
[pandora-kernel.git] / fs / nfs / callback.c
index 6dfdc83..8ed0bc8 100644 (file)
@@ -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);
        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);
                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;
                cb_info->serv = NULL;
                cb_info->rqst = NULL;
                cb_info->task = NULL;