smb3: remove noisy warning message on mount
authorSteve French <stfrench@microsoft.com>
Fri, 29 Jun 2018 03:53:39 +0000 (22:53 -0500)
committerSteve French <stfrench@microsoft.com>
Tue, 7 Aug 2018 19:15:56 +0000 (14:15 -0500)
commitc3ed44026cd07fda5976ecb79225759901a160b4
tree8a0d034a0cfb86ed54b7ec9d8baa796ae7e0ab0d
parent0fdfef9aa7ee68ddd508aef7c98630cfc054f8d6
smb3: remove noisy warning message on mount

Some servers, like Samba, don't support the fsctl for
query_network_interface_info so don't log a noisy warning
message on mount for this by default unless the error is more serious.
Lower the error to an FYI level so it does not get logged by
default.

Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2ops.c