diff options
author | Namjae Jeon <[email protected]> | 2024-04-19 23:46:34 +0900 |
---|---|---|
committer | Steve French <[email protected]> | 2024-04-19 20:48:47 -0500 |
commit | 0268a7cc7fdc47d90b6c18859de7718d5059f6f1 (patch) | |
tree | af9379cea19b5afdfd77f1da58e6580224b0b335 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 4973b04d3ea577db80c501c5f14e68ec69fe1794 (diff) |
ksmbd: common: use struct_group_attr instead of struct_group for network_open_info
4byte padding cause the connection issue with the applications of MacOS.
smb2_close response size increases by 4 bytes by padding, And the smb
client of MacOS check it and stop the connection. This patch use
struct_group_attr instead of struct_group for network_open_info to use
__packed to avoid padding.
Fixes: 0015eb6e1238 ("smb: client, common: fix fortify warnings")
Cc: [email protected]
Signed-off-by: Namjae Jeon <[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