Home
last modified time | relevance | path

Searched hist:cae7b6dd6c569f18f5c8e3f33cac60fbaeb58140 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/libfc/
H A Dfc_exch.cdiff cae7b6dd6c569f18f5c8e3f33cac60fbaeb58140 Wed Aug 14 17:37:52 CEST 2013 Bart Van Assche <bvanassche@acm.org> libfc: Avoid that sending after an abort triggers a kernel warning

Calling fc_seq_send() after an ABTS message has been received triggers
a kernel warning (WARN_ON(!(ep->esb_stat & ESB_ST_SEQ_INIT))). Avoid
this by returning -ENXIO to the caller if fc_seq_send() is invoked after
an ABTS message has been received.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Cc: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>