diff options
author | 2025-01-21 15:25:36 -0300 | |
---|---|---|
committer | 2025-01-22 20:13:49 -0600 | |
commit | 3681c74d342db75b0d641ba60de27bf73e16e66b (patch) | |
tree | 7c5a5c1d9bbf57670010f0a5febec9711cf0d430 /scripts/generate_rust_analyzer.py | |
parent | smb: client: don't check for @leaf_fullpath in match_server() (diff) | |
download | wireguard-linux-3681c74d342db75b0d641ba60de27bf73e16e66b.tar.xz wireguard-linux-3681c74d342db75b0d641ba60de27bf73e16e66b.zip |
smb: client: handle lack of EA support in smb2_query_path_info()
If the server doesn't support both EAs and reparse point in a file,
the SMB2_QUERY_INFO request will fail with either
STATUS_NO_EAS_ON_FILE or STATUS_EAS_NOT_SUPPORT in the compound chain,
so ignore it as long as reparse point isn't
IO_REPARSE_TAG_LX_(CHR|BLK), which would require the EAs to know about
major/minor numbers.
Reported-by: Pali Rohár <pali@kernel.org>
Signed-off-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