Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206453
b: refs/heads/master
c: e844a7b
h: refs/heads/master
i:
  206451: ba4b41c
v: v3
  • Loading branch information
J. Bruce Fields committed Aug 6, 2010
1 parent 6aa6e2d commit 0e6b0e3
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: e2aa7f8304b3b5656ded8699216cc65138d03b64
refs/heads/master: e844a7b9805a2b74cfd34c8604f5bba3e0869305
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfssvc.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ static int nfsd_startup(unsigned short port, int nrservs)
ret = nfs4_state_start();
if (ret)
goto out_lockd;
nfsd_reset_versions();
nfsd_up = true;
return 0;
out_lockd:
Expand Down Expand Up @@ -329,6 +328,7 @@ int nfsd_create_serv(void)
nfsd_max_blksize >= 8*1024*2)
nfsd_max_blksize /= 2;
}
nfsd_reset_versions();

nfsd_serv = svc_create_pooled(&nfsd_program, nfsd_max_blksize,
nfsd_last_thread, nfsd, THIS_MODULE);
Expand Down

0 comments on commit 0e6b0e3

Please sign in to comment.