diff options
author | Paulo Alcantara <pc@manguebit.com> | 2023-08-17 18:34:12 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2023-08-21 00:05:50 +0300 |
commit | 933148a47c8b3db569cb92888571a57b8c171f3b (patch) | |
tree | e6376ef65eb59c644b439a6c978ecdb641cf86bb /tools/perf/scripts/python/stackcollapse.py | |
parent | 946ad1b8b18dd91804e2dbfd9a9cefb6a8196bc0 (diff) | |
download | linux-933148a47c8b3db569cb92888571a57b8c171f3b.tar.xz |
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 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions