diff options
author | Pali Rohár <pali@kernel.org> | 2024-12-26 14:50:38 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-03-13 13:01:39 +0100 |
commit | c011482fb5fa867350aaad506d1455b34c1c2e42 (patch) | |
tree | a48c574278bade9f0abf24350cc5ba55298fd552 /rust/helpers/err.c | |
parent | c13e4b0321ed8d91bf43d8d8396f7ee5c06c9bcc (diff) |
cifs: Remove symlink member from cifs_open_info_data union
[ Upstream commit 65c49767dd4fc058673f9259fda1772fd398eaa7 ]
Member 'symlink' is part of the union in struct cifs_open_info_data. Its
value is assigned on few places, but is always read through another union
member 'reparse_point'. So to make code more readable, always use only
'reparse_point' member and drop whole union structure. No function change.
Signed-off-by: Pali Rohár <pali@kernel.org>
Acked-by: Paulo Alcantara (Red Hat) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Stable-dep-of: 9df23801c83d ("smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSIX extensions")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'rust/helpers/err.c')
0 files changed, 0 insertions, 0 deletions