Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164592
b: refs/heads/master
c: 413d63d
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Jul 28, 2009
1 parent 6b221c5 commit 4825c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2522a776c1b9b5c93383d07717f895cc1a56a87a
refs/heads/master: 413d63d7106b914a4a004ac08698f10c618e4616
6 changes: 1 addition & 5 deletions trunk/fs/nfsd/nfsctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,11 +784,7 @@ static ssize_t write_pool_threads(struct file *file, char *buf, size_t size)
size -= len;
mesg += len;
}

kfree(nthreads);
mutex_unlock(&nfsd_mutex);
return (mesg-buf);

rv = mesg - buf;
out_free:
kfree(nthreads);
mutex_unlock(&nfsd_mutex);
Expand Down

0 comments on commit 4825c80

Please sign in to comment.