diff options
| author | Paulo Alcantara <[email protected]> | 2023-08-17 15:34:11 +0000 |
|---|---|---|
| committer | Steve French <[email protected]> | 2023-08-20 21:05:50 +0000 |
| commit | 946ad1b8b18dd91804e2dbfd9a9cefb6a8196bc0 (patch) | |
| tree | b2292f07ae41a72fb6cb7622285e509cc0791487 /tools/perf/scripts/python | |
| parent | smb: client: reduce stack usage in cifs_try_adding_channels() (diff) | |
| download | kernel-946ad1b8b18dd91804e2dbfd9a9cefb6a8196bc0.tar.gz kernel-946ad1b8b18dd91804e2dbfd9a9cefb6a8196bc0.zip | |
smb: client: reduce stack usage in cifs_demultiplex_thread()
Clang warns about exceeded stack frame size
fs/smb/client/connect.c:1109:1: warning: stack frame size (1048)
exceeds limit (1024) in 'cifs_demultiplex_thread'
[-Wframe-larger-than]
It turns out that clean_demultiplex_info() got inlined into
cifs_demultiplex_thread(), so mark it as noinline_for_stack to save
some stack space.
Signed-off-by: Paulo Alcantara (SUSE) <[email protected]>
Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
