Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192385
b: refs/heads/master
c: 15ddb4a
h: refs/heads/master
i:
  192383: 3f1a100
v: v3
  • Loading branch information
Pavel Emelyanov authored and J. Bruce Fields committed May 14, 2010
1 parent da88a77 commit 9064804
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: 4dc6ec00f6347b72312fa41dfc587d5302b05544
refs/heads/master: 15ddb4aec54422ead137b03ea4e9b3f5db3f7cc2
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfssvc.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ u32 nfsd_supported_minorversion;
int nfsd_vers(int vers, enum vers_op change)
{
if (vers < NFSD_MINVERS || vers >= NFSD_NRVERS)
return -1;
return 0;
switch(change) {
case NFSD_SET:
nfsd_versions[vers] = nfsd_version[vers];
Expand Down

0 comments on commit 9064804

Please sign in to comment.