cifs: reduce stack use in smb2_compound_op
authorRonnie Sahlberg <lsahlber@redhat.com>
Wed, 20 May 2020 02:19:59 +0000 (12:19 +1000)
committerSteve French <stfrench@microsoft.com>
Mon, 1 Jun 2020 05:10:18 +0000 (00:10 -0500)
commita7d5c294628088781da9e91cbb034d61c3a71f71
treed86b7cdc26a1195b8e2c8f2d21e7d9fd67cea513
parentbaf3f08ef4083b76ca67b143e135213a7f941879
cifs: reduce stack use in smb2_compound_op

Move a lot of structures and arrays off the stack and into a dynamically
allocated structure instead.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2inode.c