diff options
author | 2024-10-14 15:18:04 +0200 | |
---|---|---|
committer | 2025-01-26 23:12:03 -0600 | |
commit | f764fab72d98833b47d389ac2ed35bd000132d87 (patch) | |
tree | 7379e39357870a449167ae396e7045c2ed675379 /scripts/generate_rust_analyzer.py | |
parent | Merge tag 'v6.14-rc-smb3-client-fixes-part' of git://git.samba.org/sfrench/cifs-2.6 (diff) | |
download | wireguard-linux-f764fab72d98833b47d389ac2ed35bd000132d87.tar.xz wireguard-linux-f764fab72d98833b47d389ac2ed35bd000132d87.zip |
cifs: Change translation of STATUS_NOT_A_REPARSE_POINT to -ENODATA
STATUS_NOT_A_REPARSE_POINT indicates that object does not have reparse point
buffer attached, for example returned by FSCTL_GET_REPARSE_POINT.
Currently STATUS_NOT_A_REPARSE_POINT is translated to -EIO. Change it to
-ENODATA which better describe the situation when no reparse point is set.
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions