diff options
author | Steve French <stfrench@microsoft.com> | 2018-05-31 20:16:54 -0400 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2018-05-31 22:23:07 -0400 |
commit | ce558b0e17f8a6d4a57d264479d782c331266f0d (patch) | |
tree | 09c1e0b3e7a78cea4153d25f54389c300f25db59 /fs/cifs/cifsglob.h | |
parent | 28d59363ae746d01e7841479da718631f941353d (diff) |
smb3: Add posix create context for smb3.11 posix mounts
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 3e2ee7e1d85e..76a579a0dd43 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -1082,6 +1082,7 @@ struct cifs_open_parms { | |||
1082 | int create_options; | 1082 | int create_options; |
1083 | const char *path; | 1083 | const char *path; |
1084 | struct cifs_fid *fid; | 1084 | struct cifs_fid *fid; |
1085 | umode_t mode; | ||
1085 | bool reconnect:1; | 1086 | bool reconnect:1; |
1086 | }; | 1087 | }; |
1087 | 1088 | ||