Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109666
b: refs/heads/master
c: af904de
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Lever authored and Linus Torvalds committed Sep 8, 2008
1 parent 9c37977 commit e7b5370
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7686ad5606f08d9dfb33a2087a36c8366366015b
refs/heads/master: af904deaf6da3f3285eb0a06a3dc6a1af0251030
6 changes: 6 additions & 0 deletions trunk/fs/nfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1279,6 +1279,12 @@ static int nfs_parse_mount_options(char *raw,
}
}

if (errors > 0) {
dfprintk(MOUNT, "NFS: parsing encountered %d error%s\n",
errors, (errors == 1 ? "" : "s"));
if (!sloppy)
return 0;
}
return 1;

out_nomem:
Expand Down

0 comments on commit e7b5370

Please sign in to comment.