CRED: Add some configurable debugging [try #6]
[safe/jmp/linux-2.6] / fs / nfsd / nfssvc.c
index 492c79b..24d58ad 100644 (file)
@@ -496,7 +496,9 @@ nfsd(void *vrqstp)
                /* Lock the export hash tables for reading. */
                exp_readlock();
 
+               validate_process_creds();
                svc_process(rqstp);
+               validate_process_creds();
 
                /* Unlock export hash tables */
                exp_readunlock();