cifs: fix confusing unneeded warning message on smb2.1 and earlier 5.17-rc5-smb3-fixes
authorSteve French <stfrench@microsoft.com>
Wed, 16 Feb 2022 19:23:53 +0000 (13:23 -0600)
committerSteve French <stfrench@microsoft.com>
Wed, 16 Feb 2022 23:16:49 +0000 (17:16 -0600)
commit53923e0fe2098f90f339510aeaa0e1413ae99a16
tree529e14f325ba19d766f57675e444b1f30107d485
parent0c6f4ebf8835d01866eb686d47578cde80097981
cifs: fix confusing unneeded warning message on smb2.1 and earlier

When mounting with SMB2.1 or earlier, even with nomultichannel, we
log the confusing warning message:
  "CIFS: VFS: multichannel is not supported on this protocol version, use 3.0 or above"

Fix this so that we don't log this unless they really are trying
to mount with multichannel.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=215608
Reported-by: Kim Scarborough <kim@scarborough.kim>
Cc: stable@vger.kernel.org # 5.11+
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/sess.c