cifs: move some variables off the stack in smb2_ioctl_query_info
authorRonnie Sahlberg <lsahlber@redhat.com>
Thu, 21 May 2020 05:03:15 +0000 (15:03 +1000)
committerSteve French <stfrench@microsoft.com>
Mon, 1 Jun 2020 05:10:18 +0000 (00:10 -0500)
commitb2ca6c2c9eddc41c09e49e8e83f8208bd80fdb8e
tree3385467d272bb070f6edd179253a76798c696fb5
parenta7d5c294628088781da9e91cbb034d61c3a71f71
cifs: move some variables off the stack in smb2_ioctl_query_info

Move some large data structures off the stack and into dynamically
allocated memory in the function smb2_ioctl_query_info

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