diff options
author | Paulo Alcantara <pc@manguebit.com> | 2023-08-17 12:34:13 -0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2023-08-20 16:05:50 -0500 |
commit | f4e5ceb6c1a64f9f8c666877164d95d5eb46da5b (patch) | |
tree | 5a549fcf13a60ba562045911f3e92fd6f05c04ce /lib/kunit | |
parent | 933148a47c8b3db569cb92888571a57b8c171f3b (diff) |
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 'lib/kunit')
0 files changed, 0 insertions, 0 deletions