diff options
-rw-r--r-- | fs/nfsd/nfsctl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c index 83997282fc1a..f85472dda463 100644 --- a/fs/nfsd/nfsctl.c +++ b/fs/nfsd/nfsctl.c | |||
@@ -532,7 +532,9 @@ static ssize_t write_ports(struct file *file, char *buf, size_t size) | |||
532 | /* Decrease the count, but don't shutdown the | 532 | /* Decrease the count, but don't shutdown the |
533 | * the service | 533 | * the service |
534 | */ | 534 | */ |
535 | lock_kernel(); | ||
535 | nfsd_serv->sv_nrthreads--; | 536 | nfsd_serv->sv_nrthreads--; |
537 | unlock_kernel(); | ||
536 | } | 538 | } |
537 | return err; | 539 | return err; |
538 | } | 540 | } |