diff options
author | 2023-08-17 12:34:13 -0300 | |
---|---|---|
committer | 2023-08-20 16:05:50 -0500 | |
commit | f4e5ceb6c1a64f9f8c666877164d95d5eb46da5b (patch) | |
tree | 5a549fcf13a60ba562045911f3e92fd6f05c04ce /scripts/generate_rust_analyzer.py | |
parent | smb: client: reduce stack usage in smb_send_rqst() (diff) | |
download | linux-rng-f4e5ceb6c1a64f9f8c666877164d95d5eb46da5b.tar.xz linux-rng-f4e5ceb6c1a64f9f8c666877164d95d5eb46da5b.zip |
smb: client: reduce stack usage in smb2_set_ea()
Clang warns about exceeded stack frame size
fs/smb/client/smb2ops.c:1080:1: warning: stack frame size (1432)
exceeds limit (1024) in 'smb2_set_ea' [-Wframe-larger-than]
Fix this by allocating a structure that will hold most of the large
variables.
Signed-off-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions