commit | 195291e68c2ad59a046fc56d32bf59635b100e5c | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Feb 09 12:01:42 2011 -0500 |
committer | Steve French <sfrench@us.ibm.com> | Thu Feb 10 03:44:20 2011 +0000 |
tree | 7473861bc9894324f5828ac55c40db75c7f27142 | |
parent | 7e90d705fc9f8c5e3a1549281dce0654d049243b [diff] |
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 <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>