diff options
author | 2024-12-26 14:56:33 +0100 | |
---|---|---|
committer | 2025-01-29 17:20:40 -0600 | |
commit | 32ba03042ab2618f2622e4dae57ca802ac982e39 (patch) | |
tree | d70132f9a103cd0bcafefb7c56dc6c27f38f8bf7 /scripts/generate_rust_analyzer.py | |
parent | cifs: Remove symlink member from cifs_open_info_data union (diff) | |
download | wireguard-linux-32ba03042ab2618f2622e4dae57ca802ac982e39.tar.xz wireguard-linux-32ba03042ab2618f2622e4dae57ca802ac982e39.zip |
cifs: Simplify reparse point check in cifs_query_path_info() function
For checking if path is reparse point and setting data->reparse_point
member, it is enough to check if ATTR_REPARSE is present.
It is not required to call CIFS_open() without OPEN_REPARSE_POINT and
checking for -EOPNOTSUPP error code.
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>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions