]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbe4228d3f0f104157718138025cdb89b256be4af
treed86b7cdc26a1195b8e2c8f2d21e7d9fd67cea513
parenta10a4814341d2d3105cce52970256a6d48b28ce4
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