diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2018-11-27 00:52:04 +0100 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2018-12-24 05:40:17 +0100 |
commit | f9793b6fcc8ede4c2eb5f2d5816b1c8b4f927032 (patch) | |
tree | c9867f2cc8a44f1b2dda573fdb363653b13c8445 /fs/cifs/smb2pdu.h | |
parent | Add vers=3.0.2 as a valid option for SMBv3.0.2 (diff) | |
download | linux-f9793b6fcc8ede4c2eb5f2d5816b1c8b4f927032.tar.xz linux-f9793b6fcc8ede4c2eb5f2d5816b1c8b4f927032.zip |
cifs: change smb2_query_eas to use the compound query-info helper
Reducing the number of network roundtrips improves the performance
of query xattrs
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/smb2pdu.h')
-rw-r--r-- | fs/cifs/smb2pdu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/smb2pdu.h b/fs/cifs/smb2pdu.h index 5671d5ee7f58..05dea6750c33 100644 --- a/fs/cifs/smb2pdu.h +++ b/fs/cifs/smb2pdu.h @@ -1398,7 +1398,6 @@ struct smb2_file_link_info { /* encoding of request for level 11 */ char FileName[0]; /* Name to be assigned to new link */ } __packed; /* level 11 Set */ -#define SMB2_MIN_EA_BUF 2048 #define SMB2_MAX_EA_BUF 65536 struct smb2_file_full_ea_info { /* encoding of response for level 15 */ |