diff options
author | Pali Rohár <pali@kernel.org> | 2024-09-28 15:13:44 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2025-01-30 02:12:56 +0300 |
commit | 65ccccee4eb1a8147a3242238f7730bd8359077e (patch) | |
tree | 70108db83742c072a8f75ab24f7c90754610f6ec /tools/perf/scripts/python/syscall-counts.py | |
parent | 24cf72976acee4b731c7c3ef2080e8535441fa3b (diff) | |
download | linux-65ccccee4eb1a8147a3242238f7730bd8359077e.tar.xz |
cifs: Remove struct reparse_posix_data from struct cifs_open_info_data
Linux SMB client already supports more reparse point types but only the
reparse_posix_data is defined in union of struct cifs_open_info_data.
This union is currently used as implicit casting between point types.
With this code style, it hides information that union is used for pointer
casting, and just in mknod_nfs() and posix_reparse_to_fattr() functions.
Other reparse point buffers do not use this kind of casting. So remove
reparse_posix_data from reparse part of struct cifs_open_info_data and for
all cases of reparse buffer use just struct reparse_data_buffer *buf.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions