summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorSteve French2018-06-01 02:16:54 +0200
committerSteve French2018-06-01 04:23:07 +0200
commitce558b0e17f8a6d4a57d264479d782c331266f0d (patch)
tree09c1e0b3e7a78cea4153d25f54389c300f25db59 /fs/cifs/cifsglob.h
parentsmb3: add tracepoints for smb2/smb3 open (diff)
downloadkernel-qcow2-linux-ce558b0e17f8a6d4a57d264479d782c331266f0d.tar.gz
kernel-qcow2-linux-ce558b0e17f8a6d4a57d264479d782c331266f0d.tar.xz
kernel-qcow2-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.h1
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;
};