smb3: do not display confusing message on mount to Azure servers
authorSteve French <stfrench@microsoft.com>
Thu, 13 Sep 2018 20:12:34 +0000 (15:12 -0500)
committerSteve French <stfrench@microsoft.com>
Wed, 24 Oct 2018 02:16:03 +0000 (21:16 -0500)
commitd42c8a87d18b7f08325a695d00afa83cad876631
tree14f763d2b511a0f165db1db82f730684224db14f
parent44786880df196a4200c178945c4d41675faf9fb7
smb3: do not display confusing message on mount to Azure servers

Some servers (e.g. Azure) return "STATUS_NOT_IMPLEMENTED" rather
than "STATUS_INVALID_DEVICE_REQUEST" on query network interface
info at mount.  This shouldn't cause us to log a warning message
automatically.  Don't log this unless noisier cifsFYI is enabled.

Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
fs/cifs/smb2maperror.c