Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etercifs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etercifs
Commits
57a74735
Commit
57a74735
authored
Dec 11, 2012
by
Pavel Shilovsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused wine field from smb_vol struct for 3.7
parent
3b1bd017
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
cifsglob.h
sources/3.7/cifsglob.h
+0
-1
connect.c
sources/3.7/connect.c
+0
-1
No files found.
sources/3.7/cifsglob.h
View file @
57a74735
...
...
@@ -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
;
...
...
sources/3.7/connect.c
View file @
57a74735
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment