Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359707
b: refs/heads/master
c: ff89be8
h: refs/heads/master
i:
  359705: b1fc577
  359703: ce2242b
v: v3
  • Loading branch information
J. Bruce Fields committed Jan 23, 2013
1 parent 1419949 commit 8866d51
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: bca0ec6511bb96bcb6cb247fd4100a4ea1d1e4f5
refs/heads/master: ff89be87c70247ffe3a72271e02eb7765cdd12c4
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfsctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ static ssize_t __write_versions(struct file *file, char *buf, size_t size)
else
num = simple_strtol(vers, &minorp, 0);
if (*minorp == '.') {
if (num < 4)
if (num != 4)
return -EINVAL;
minor = simple_strtoul(minorp+1, NULL, 0);
if (minor == 0)
Expand Down

0 comments on commit 8866d51

Please sign in to comment.