Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308797
b: refs/heads/master
c: 09983b2
h: refs/heads/master
i:
  308795: ec46442
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed May 17, 2012
1 parent 608d6ba commit 63c11dd
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: 15b6a47322940beb74a83ffc1632c1ee1d00f35b
refs/heads/master: 09983b2fab80fa037b1dcf9a11de5a70df59ef7f
6 changes: 6 additions & 0 deletions trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -1457,10 +1457,16 @@ cifs_parse_mount_options(const char *mountdata, const char *devname,
case Opt_direct:
vol->direct_io = true;
vol->strict_io = false;
cERROR(1, "The \"directio\" option will be removed in "
"3.7. Please switch to the \"cache=none\" "
"option.");
break;
case Opt_strictcache:
vol->direct_io = false;
vol->strict_io = true;
cERROR(1, "The \"strictcache\" option will be removed "
"in 3.7. Please switch to the \"cache=strict\" "
"option.");
break;
case Opt_noac:
printk(KERN_WARNING "CIFS: Mount option noac not "
Expand Down

0 comments on commit 63c11dd

Please sign in to comment.