diff options
| author | Paulo Alcantara <[email protected]> | 2023-08-17 15:34:12 +0000 |
|---|---|---|
| committer | Steve French <[email protected]> | 2023-08-20 21:05:50 +0000 |
| commit | 933148a47c8b3db569cb92888571a57b8c171f3b (patch) | |
| tree | e6376ef65eb59c644b439a6c978ecdb641cf86bb /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | smb: client: reduce stack usage in cifs_demultiplex_thread() (diff) | |
| download | kernel-933148a47c8b3db569cb92888571a57b8c171f3b.tar.gz kernel-933148a47c8b3db569cb92888571a57b8c171f3b.zip | |
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) <[email protected]>
Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
