diff options
Diffstat (limited to 'fs/nfsd/nfssvc.c')
-rw-r--r-- | fs/nfsd/nfssvc.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/nfsd/nfssvc.c b/fs/nfsd/nfssvc.c index 18743c4d8bca..bb8397f9da25 100644 --- a/fs/nfsd/nfssvc.c +++ b/fs/nfsd/nfssvc.c | |||
@@ -528,16 +528,9 @@ nfsd(void *vrqstp) | |||
528 | continue; | 528 | continue; |
529 | } | 529 | } |
530 | 530 | ||
531 | |||
532 | /* Lock the export hash tables for reading. */ | ||
533 | exp_readlock(); | ||
534 | |||
535 | validate_process_creds(); | 531 | validate_process_creds(); |
536 | svc_process(rqstp); | 532 | svc_process(rqstp); |
537 | validate_process_creds(); | 533 | validate_process_creds(); |
538 | |||
539 | /* Unlock export hash tables */ | ||
540 | exp_readunlock(); | ||
541 | } | 534 | } |
542 | 535 | ||
543 | /* Clear signals before calling svc_exit_thread() */ | 536 | /* Clear signals before calling svc_exit_thread() */ |