smb3: remove duplicate error mapping
authorSteve French <stfrench@microsoft.com>
Wed, 20 Sep 2023 21:04:51 +0000 (16:04 -0500)
committerSteve French <stfrench@microsoft.com>
Wed, 20 Sep 2023 21:04:51 +0000 (16:04 -0500)
commit6e2e27e47c022b86bd248e301986d461ca449bcf
treedd248b6f181d93ddba1ffdbaa742351829b598b0
parentd527f51331cace562393a8038d870b3e9916686f
smb3: remove duplicate error mapping

In status_to_posix_error STATUS_IO_REPARSE_TAG_NOT_HANDLED was mapped
to both -EOPNOTSUPP and also to -EIO but the later one (-EIO) is
ignored. Remove the duplicate.

Reviewed-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smb2maperror.c