Re: [PATCH 1/2] cifs: Don't match port on SMBDirect transport

2019-05-15 Thread Steve French
merged into cifs-2.6.git for-next On Wed, May 15, 2019 at 4:09 PM wrote: > > From: Long Li > > 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 > --- > fs/cifs/connect.c | 4 > 1 file changed, 4 i

[PATCH 1/2] cifs: Don't match port on SMBDirect transport

2019-05-15 Thread longli
From: Long Li 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 --- fs/cifs/connect.c | 4 1 file changed, 4 insertions(+) diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 0b3ac8b76d18..8c4121da