Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12043
b: refs/heads/master
c: cb8be64
h: refs/heads/master
i:
  12041: f91cbb6
  12039: 666334f
v: v3
  • Loading branch information
Steve French committed Aug 30, 2005
1 parent 85c9f4a commit a5ce2f9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 16abbecdad3367c76c12537450eba0d86943fe2c
refs/heads/master: cb8be64084e6294fcb9e558188fe104050b94f0b
3 changes: 2 additions & 1 deletion trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,8 @@ cifs_parse_mount_options(char *options, const char *devname,struct smb_vol *vol)
vol->nocase = 1;
} else if (strnicmp(data, "brl", 3) == 0) {
vol->nobrl = 0;
} else if (strnicmp(data, "nobrl", 5) == 0) {
} else if ((strnicmp(data, "nobrl", 5) == 0) ||
(strnicmp(data, "nolock", 6)) {
vol->nobrl = 1;
/* turn off mandatory locking in mode
if remote locking is turned off since the
Expand Down

0 comments on commit a5ce2f9

Please sign in to comment.