Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206454
b: refs/heads/master
c: 7fa53cc
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Aug 6, 2010
1 parent 0e6b0e3 commit 0d9f24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e844a7b9805a2b74cfd34c8604f5bba3e0869305
refs/heads/master: 7fa53cc872332b265bc5ba1266f39586f218ad4a
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfsctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ static ssize_t write_maxblksize(struct file *file, char *buf, size_t size)
bsize = NFSSVC_MAXBLKSIZE;
bsize &= ~(1024-1);
mutex_lock(&nfsd_mutex);
if (nfsd_serv && nfsd_serv->sv_nrthreads) {
if (nfsd_serv) {
mutex_unlock(&nfsd_mutex);
return -EBUSY;
}
Expand Down

0 comments on commit 0d9f24c

Please sign in to comment.