]> www.infradead.org Git - users/hch/misc.git/commit
cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POINT in inode.c
authorPali Rohár <pali@kernel.org>
Thu, 3 Oct 2024 18:51:00 +0000 (20:51 +0200)
committerSteve French <stfrench@microsoft.com>
Wed, 9 Apr 2025 20:37:20 +0000 (15:37 -0500)
commit9ce7351291a6c64fa8dc36c786632ae5ded19bd5
treeda5620889ff870ae2331821d926d53014d3a81e1
parent16cb6b0509b65ac89187e9402e0b7a9ddf1765ef
cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POINT in inode.c

IO_REPARSE_TAG_MOUNT_POINT is just a specific case of directory Name
Surrogate reparse point. As reparse_info_to_fattr() already handles all
directory Name Surrogate reparse point (done by the previous change),
there is no need to have explicit case for IO_REPARSE_TAG_MOUNT_POINT.

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