From: Vasu Dev Date: Fri, 27 Feb 2009 18:54:51 +0000 (-0800) Subject: [SCSI] libfc: fixed a soft lockup issue in fc_exch_recv_abts X-Git-Tag: v2.6.29~41^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e84f2b83f17f8f11da34ccef3ba5a862dc0182;p=pandora-kernel.git [SCSI] libfc: fixed a soft lockup issue in fc_exch_recv_abts The fc_seq_start_next grabs ep->ex_lock but this lock was already held here, so instead called fc_seq_start_next_locked to avoid soft lockup. Signed-off-by: Vasu Dev Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed