diff options
author | Paulo Alcantara <pc@manguebit.com> | 2023-08-17 12:34:12 -0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2023-08-20 16:05:50 -0500 |
commit | 933148a47c8b3db569cb92888571a57b8c171f3b (patch) | |
tree | e6376ef65eb59c644b439a6c978ecdb641cf86bb /lib/crypto/mpi/mpi-inline.h | |
parent | 946ad1b8b18dd91804e2dbfd9a9cefb6a8196bc0 (diff) |
smb: client: reduce stack usage in smb_send_rqst()
Clang warns about exceeded stack frame size
fs/smb/client/transport.c:420:1: warning: stack frame size (1048)
exceeds limit (1024) in 'smb_send_rqst' [-Wframe-larger-than]
Fix this by allocating a structure that will hold transform header and
compound requests.
Signed-off-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'lib/crypto/mpi/mpi-inline.h')
0 files changed, 0 insertions, 0 deletions