diff options
author | Steve French <stfrench@microsoft.com> | 2018-06-01 02:16:54 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2018-06-01 04:23:07 +0200 |
commit | ce558b0e17f8a6d4a57d264479d782c331266f0d (patch) | |
tree | 09c1e0b3e7a78cea4153d25f54389c300f25db59 /fs/cifs/cifsglob.h | |
parent | smb3: add tracepoints for smb2/smb3 open (diff) | |
download | linux-ce558b0e17f8a6d4a57d264479d782c331266f0d.tar.xz linux-ce558b0e17f8a6d4a57d264479d782c331266f0d.zip |
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 { int create_options; const char *path; struct cifs_fid *fid; + umode_t mode; bool reconnect:1; }; |