smb: client: set correct d_type for reparse DFS/DFSR and mount point
authorPaulo Alcantara <pc@manguebit.com>
Fri, 2 Feb 2024 16:42:11 +0000 (13:42 -0300)
committerSteve French <stfrench@microsoft.com>
Mon, 11 Mar 2024 00:33:58 +0000 (19:33 -0500)
commit8bd25b61c5a55bc769c6608e9ce95860759acdcb
tree157d0cff469b2e63f95a42a57b59868e38ccc755
parent78e26bec4d6d3aef04276e28bed48a45fd00e116
smb: client: set correct d_type for reparse DFS/DFSR and mount point

Set correct dirent->d_type for IO_REPARSE_TAG_DFS{,R} and
IO_REPARSE_TAG_MOUNT_POINT reparse points.

Signed-off-by: Paulo Alcantara <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/reparse.c