From: Andrew Morton Signed-off-by: Andrew Morton --- fs/nfsd/nfssvc.c | 1 - 1 files changed, 1 deletion(-) diff -puN fs/nfsd/nfssvc.c~ingo-nfs-stuff-fix fs/nfsd/nfssvc.c --- devel/fs/nfsd/nfssvc.c~ingo-nfs-stuff-fix 2005-08-19 10:29:15.000000000 -0700 +++ devel-akpm/fs/nfsd/nfssvc.c 2005-08-19 10:30:03.000000000 -0700 @@ -286,7 +286,6 @@ out: /* Release the thread */ svc_exit_thread(rqstp); - unlock_kernel(); /* Release module */ unlock_kernel(); module_put_and_exit(0); _