diff options
Diffstat (limited to 'fs/nfsd')
-rw-r--r-- | fs/nfsd/nfsctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c index 1250fb978ac1..48da164bb597 100644 --- a/fs/nfsd/nfsctl.c +++ b/fs/nfsd/nfsctl.c | |||
@@ -785,6 +785,7 @@ static ssize_t write_pool_threads(struct file *file, char *buf, size_t size) | |||
785 | mesg += len; | 785 | mesg += len; |
786 | } | 786 | } |
787 | 787 | ||
788 | kfree(nthreads); | ||
788 | mutex_unlock(&nfsd_mutex); | 789 | mutex_unlock(&nfsd_mutex); |
789 | return (mesg-buf); | 790 | return (mesg-buf); |
790 | 791 | ||