[PATCH] nfsd to unlock kernel before exiting
[safe/jmp/linux-2.6] / fs / nfsd / nfssvc.c
index 07b9a06..1697539 100644 (file)
@@ -287,6 +287,7 @@ out:
        svc_exit_thread(rqstp);
 
        /* Release module */
+       unlock_kernel();
        module_put_and_exit(0);
 }