From: Pavel Shilovsky Date: Mon, 13 Dec 2010 19:18:07 +0000 (+0300) Subject: CIFS: Add match_port check during looking for an existing connection (try #4) X-Git-Tag: v2.6.38-rc1~446^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b886136df2b923b6fc6b2d83faa9554e84e05ab;p=pandora-kernel.git CIFS: Add match_port check during looking for an existing connection (try #4) If we have a share mounted by non-standard port and try to mount another share on the same host with standard port, we connect to the first share again - that's wrong. This patch fixes this bug. Signed-off-by: Pavel Shilovsky Reviewed-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed