aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r--fs/cifs/cifsglob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 4f07f6fbe494..db9f985b8c2c 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -441,6 +441,7 @@ struct smb_vol {
441 bool mfsymlinks:1; /* use Minshall+French Symlinks */ 441 bool mfsymlinks:1; /* use Minshall+French Symlinks */
442 bool multiuser:1; 442 bool multiuser:1;
443 bool rwpidforward:1; /* pid forward for read/write operations */ 443 bool rwpidforward:1; /* pid forward for read/write operations */
444 bool nosharesock;
444 unsigned int rsize; 445 unsigned int rsize;
445 unsigned int wsize; 446 unsigned int wsize;
446 bool sockopt_tcp_nodelay:1; 447 bool sockopt_tcp_nodelay:1;