Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206439
b: refs/heads/master
c: 628b368
h: refs/heads/master
i:
  206437: 08ee920
  206435: 67669a0
  206431: fdf5c3b
v: v3
  • Loading branch information
Jeff Layton authored and J. Bruce Fields committed Jul 23, 2010
1 parent ede3294 commit 23abfc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 0cd14a061e32d4ddaadad24d86d06cc860010591
refs/heads/master: 628b368728e23188ac41b3f00411b02be8e697f1
5 changes: 2 additions & 3 deletions trunk/fs/nfsd/nfssvc.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,9 @@ int nfsd_create_serv(void)
nfsd_serv = svc_create_pooled(&nfsd_program, nfsd_max_blksize,
nfsd_last_thread, nfsd, THIS_MODULE);
if (nfsd_serv == NULL)
err = -ENOMEM;
else
set_max_drc();
return -ENOMEM;

set_max_drc();
do_gettimeofday(&nfssvc_boot); /* record boot time */
return err;
}
Expand Down

0 comments on commit 23abfc8

Please sign in to comment.