Commit 57a74735 authored by Pavel Shilovsky's avatar Pavel Shilovsky

Remove unused wine field from smb_vol struct for 3.7

parent 3b1bd017
......@@ -441,7 +441,6 @@ struct smb_vol {
bool mfsymlinks:1; /* use Minshall+French Symlinks */
bool multiuser:1;
bool rwpidforward:1; /* pid forward for read/write operations */
bool wine:1; /* switch on strictcache+forcemand */
unsigned int rsize;
unsigned int wsize;
bool sockopt_tcp_nodelay:1;
......
......@@ -1307,7 +1307,6 @@ cifs_parse_mount_options(const char *mountdata, const char *devname,
vol->rwpidforward = 1;
break;
case Opt_wine:
vol->wine = 1;
vol->strict_io = 1;
vol->mand_lock = 1;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment