From: Pavel Shilovsky Date: Tue, 20 Mar 2012 09:55:09 +0000 (+0300) Subject: CIFS: Respect negotiated MaxMpxCount X-Git-Tag: v3.2.14~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f7edf2fcb8e3e9c530c596a6c07479aeed418b;p=pandora-kernel.git CIFS: Respect negotiated MaxMpxCount commit 10b9b98e41ba248a899f6175ce96ee91431b6194 upstream. Some servers sets this value less than 50 that was hardcoded and we lost the connection if when we exceed this limit. Fix this by respecting this value - not sending more than the server allows. Reviewed-by: Jeff Layton Signed-off-by: Pavel Shilovsky Signed-off-by: Steve French Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed