From: Jeff Layton Date: Wed, 9 Feb 2011 17:01:42 +0000 (-0500) Subject: cifs: clean up checks in cifs_echo_request X-Git-Tag: v2.6.38-rc5~28^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=195291e68c2ad59a046fc56d32bf59635b100e5c;p=pandora-kernel.git cifs: clean up checks in cifs_echo_request Follow-on patch to 7e90d705 which is already in Steve's tree... The check for tcpStatus == CifsGood is not meaningful since it doesn't indicate whether the NEGOTIATE request has been done. Also, clarify why we're checking for maxBuf == 0. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed