]> Pileus Git - ~andy/linux/blobdiff - fs/nfsd/nfssvc.c
Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux
[~andy/linux] / fs / nfsd / nfssvc.c
index fcc0010882617831d487d71fb0984646adef14f7..67ea83eedd43eb7b69e896e1db54f8fd995a0d9e 100644 (file)
@@ -508,7 +508,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();