cifs: Don't match port on SMBDirect transport
authorLong Li <longli@microsoft.com>
Wed, 15 May 2019 21:09:04 +0000 (14:09 -0700)
committerSteve French <stfrench@microsoft.com>
Thu, 16 May 2019 03:27:45 +0000 (22:27 -0500)
commit3b249115719ba2cb56d3f92ee7492e033059d3f3
treecf68df1fc926cc4416cb8325f98f295f907ff08f
parent7f46d23e1b14f0827eb19c60eedcc6525ca2e742
cifs: Don't match port on SMBDirect transport

SMBDirect manages its own ports in the transport layer, there is no need to
check the port to find a connection.

Signed-off-by: Long Li <longli@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Ronnie sahlberg <lsahlber@redhat.com>
fs/cifs/connect.c