Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16978
b: refs/heads/master
c: 21b6bf1
h: refs/heads/master
v: v3
  • Loading branch information
Jorn Dreyer authored and Linus Torvalds committed Jan 9, 2006
1 parent ea7e52d commit 9fc7917
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 850d6fbe70c62a9792eac3e8ef34f2f09f209895
refs/heads/master: 21b6bf143d05d77c350d9c6764ae090a877b66ea
4 changes: 3 additions & 1 deletion trunk/fs/nfs/nfsroot.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ static int __init root_nfs_parse(char *name, char *buf)
case Opt_noacl:
nfs_data.flags |= NFS_MOUNT_NOACL;
break;
default :
default:
printk(KERN_WARNING "Root-NFS: unknown "
"option: %s\n", p);
return 0;
}
}
Expand Down

0 comments on commit 9fc7917

Please sign in to comment.