linux-kernel-test/drivers/scsi/libfc
Robert Love cd305ce41b [SCSI] libfc: Fix misleading debug statement
The statement reads, "Exchange timed out, notifying the upper layer",
however, this statement is printed whenever the timer is armed. This
is confusing to someone debugging the code because every time an
exchange is initialized, there is an incorrect statement stating that
the timer has already timed out. This patch changes the statement to
read, "Exchange timer armed" which is more accurate.

This patch also adds a debug statement in the timeout handler to
properly indicate that the exchange has timed out.

Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
2009-09-05 09:47:32 -05:00
..
fc_disc.c libfc: Add runtime debugging with debug_logging module parameter 2009-06-21 11:07:08 -05:00
fc_elsct.c [SCSI] libfc: Fix compilation warnings with allmodconfig 2009-04-27 10:19:31 -05:00
fc_exch.c [SCSI] libfc: Fix misleading debug statement 2009-09-05 09:47:32 -05:00
fc_fcp.c [SCSI] libfc: Remove page flags check for sglist 2009-08-22 17:52:10 -05:00
fc_frame.c
fc_lport.c [SCSI] fcoe, libfc: adds exchange manager(EM) anchor list per lport and related APIs 2009-08-22 17:52:07 -05:00
fc_rport.c [SCSI] libfc: fix: cancel rport retry timer 2009-08-22 17:52:07 -05:00
Makefile