summaryrefslogtreecommitdiffstats
path: root/fs/cifs/transport.c
diff options
context:
space:
mode:
authorRonnie Sahlberg2018-08-08 07:07:45 +0200
committerSteve French2018-08-10 04:19:45 +0200
commitb24df3e30cbf48255db866720fb71f14bf9d2f39 (patch)
tree9ca3cb0b9f8be1814f87b24dfe85b7714bbea3ad /fs/cifs/transport.c
parentcifs: create SMB2_open_init()/SMB2_open_free() helpers. (diff)
downloadkernel-qcow2-linux-b24df3e30cbf48255db866720fb71f14bf9d2f39.tar.gz
kernel-qcow2-linux-b24df3e30cbf48255db866720fb71f14bf9d2f39.tar.xz
kernel-qcow2-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 'fs/cifs/transport.c')
-rw-r--r--fs/cifs/transport.c2
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)