diff options
author | Steve French <stfrench@microsoft.com> | 2023-04-28 00:41:58 -0500 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2023-04-28 22:50:32 -0500 |
commit | 2fe187dca6030dd5dbecfe38e9610544d46e8c02 (patch) | |
tree | cc2edd3386b7ed05164203f27b016abed20592f8 /fs/cifs | |
parent | 1149c8467ddebfb6bb9aab37830f70a49cab7085 (diff) |
smb3: move some common open context structs to smbfs_common
create durable and create durable reconnect context and the maximal
access create context struct definitions can be put in common code in
smbfs_common
Reviewed-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/smb2pdu.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fs/cifs/smb2pdu.h b/fs/cifs/smb2pdu.h index efe55a572e4c..220994d0a0f7 100644 --- a/fs/cifs/smb2pdu.h +++ b/fs/cifs/smb2pdu.h @@ -132,17 +132,6 @@ struct share_redirect_error_context_rsp { #define SMB2_LEASE_HANDLE_CACHING_HE 0x02 #define SMB2_LEASE_WRITE_CACHING_HE 0x04 -struct create_durable { - struct create_context ccontext; - __u8 Name[8]; - union { - __u8 Reserved[16]; - struct { - __u64 PersistentFileId; - __u64 VolatileFileId; - } Fid; - } Data; -} __packed; /* See MS-SMB2 2.2.13.2.11 */ /* Flags */ |