]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit96a8d5e74df3c0082a63b300319dfda9c0e98ba3
tree3385467d272bb070f6edd179253a76798c696fb5
parentbe4228d3f0f104157718138025cdb89b256be4af
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