diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2018-08-08 07:07:45 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2018-08-10 04:19:45 +0200 |
commit | b24df3e30cbf48255db866720fb71f14bf9d2f39 (patch) | |
tree | 9ca3cb0b9f8be1814f87b24dfe85b7714bbea3ad /fs/cifs/transport.c | |
parent | cifs: create SMB2_open_init()/SMB2_open_free() helpers. (diff) | |
download | linux-b24df3e30cbf48255db866720fb71f14bf9d2f39.tar.xz linux-b24df3e30cbf48255db866720fb71f14bf9d2f39.zip |
cifs: update receive_encrypted_standard to handle compounded responses
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Paulo Alcantara <palcantara@suse.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
Diffstat (limited to '')
-rw-r--r-- | fs/cifs/transport.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/transport.c b/fs/cifs/transport.c index c53c0908d4c6..78f96fa3d7d9 100644 --- a/fs/cifs/transport.c +++ b/fs/cifs/transport.c @@ -383,8 +383,6 @@ smbd_done: return rc; } -#define MAX_COMPOUND 5 - static int smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst, int flags) |