Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154377
b: refs/heads/master
c: 71a394f
h: refs/heads/master
i:
  154375: 5a6dd7a
v: v3
  • Loading branch information
Steve French committed Jun 26, 2009
1 parent d1acdb3 commit 770702e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: ad8034f19792736db5c259103c2eaaf72887bbb4
refs/heads/master: 71a394faaad07090af5de5c075ec2f5bca0fbb35
4 changes: 4 additions & 0 deletions trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,10 @@ cifs_parse_mount_options(char *options, const char *devname,
/* ignore */
} else if (strnicmp(data, "guest", 5) == 0) {
/* ignore */
} else if (strnicmp(data, "rw", 2) == 0) {
/* ignore */
} else if (strnicmp(data, "ro", 2) == 0) {
/* ignore */
} else if (strnicmp(data, "noblocksend", 11) == 0) {
vol->noblocksnd = 1;
} else if (strnicmp(data, "noautotune", 10) == 0) {
Expand Down

0 comments on commit 770702e

Please sign in to comment.