cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_po...
authorPali Rohár <pali@kernel.org>
Tue, 17 Sep 2024 22:16:05 +0000 (00:16 +0200)
committerSteve French <stfrench@microsoft.com>
Wed, 19 Feb 2025 16:42:25 +0000 (10:42 -0600)
commitcad3fc0a4c8cef07b07ceddc137f582267577250
treec2388a1a5c398b42a6a654fccc183652e81db294
parent9df23801c83d3e12b4c09be39d37d2be385e52f9
cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point()

This would help to track and detect by caller if the reparse point type was
processed or not.

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/reparse.c