]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cifs: Fix recognizing SFU symlinks
authorPali Rohár <pali@kernel.org>
Thu, 12 Sep 2024 12:05:42 +0000 (14:05 +0200)
committerSteve French <stfrench@microsoft.com>
Sun, 15 Sep 2024 15:42:45 +0000 (10:42 -0500)
commit89c601ab7cb3f520d59a653ddde2dfddd50986fb
treee409090a4f986ab62c421b5c5f6801873c6c40fc
parent9b4af913465cc5f903227237d833b4911430fd97
cifs: Fix recognizing SFU symlinks

SFU symlinks have 8 byte prefix: "IntxLNK\1".
So check also the last 8th byte 0x01.

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