From: Joe Eykholt Date: Sat, 13 Mar 2010 00:08:29 +0000 (-0800) Subject: [SCSI] libfc: fix sequence-initiative WARN in fc_seq_start_next X-Git-Tag: v2.6.35-rc1~470^2^2~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc3593d3882ffa7dfaa739a8302b256955be7d99;p=pandora-kernel.git [SCSI] libfc: fix sequence-initiative WARN in fc_seq_start_next When starting a new response sequence in a multi-sequence exchange, a warning was issued that sequence initiative wasn't held. The bug was that sequence initiative was cleared by the previous sequence due to the END_SEQ flag being on. The intent may have been to check LAST_SEQ. Change just to check SEQ_INIT. Signed-off-by: Joe Eykholt Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed