]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cifs: move large array from stack to heap
authorAurelien Aptel <aaptel@suse.com>
Tue, 8 Jan 2019 12:41:00 +0000 (13:41 +0100)
committerSteve French <stfrench@microsoft.com>
Fri, 11 Jan 2019 13:14:39 +0000 (07:14 -0600)
commit15bc77f94e9f0e3cfd6972f3b84bb7aaa4c36b1b
tree4f6579d96fd3b96106bc281d18ef5beb176cc0f4
parentee13919c2e8d1f904e035ad4b4239029a8994131
cifs: move large array from stack to heap

This addresses some compile warnings that you can
see depending on configuration settings.

Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifssmb.c
fs/cifs/smb2pdu.c