Re: [PATCH 5/8] libfc: Differentiate echange timer cancellation debug statements

2013-07-09 Thread Neil Horman
On Tue, Jul 09, 2013 at 12:47:31PM -0700, Robert Love wrote:
> There are two debug statements with the same output string regarding
> echange timer cancellation. This patch simply changes the output of
> one string so that they can be differentiated.
> 
> Signed-off-by: Robert Love 
> Tested-by: Jack Morgan 
> Acked-by: Neil Horman 
> ---
>  drivers/scsi/libfc/fc_exch.c |2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/scsi/libfc/fc_exch.c b/drivers/scsi/libfc/fc_exch.c
> index e98ea6a..5879929 100644
> --- a/drivers/scsi/libfc/fc_exch.c
> +++ b/drivers/scsi/libfc/fc_exch.c
> @@ -1567,7 +1567,7 @@ static void fc_exch_abts_resp(struct fc_exch *ep, 
> struct fc_frame *fp)
>   fc_exch_rctl_name(fh->fh_r_ctl));
>  
>   if (cancel_delayed_work_sync(&ep->timeout_work)) {
> - FC_EXCH_DBG(ep, "Exchange timer canceled\n");
> + FC_EXCH_DBG(ep, "Exchange timer canceled due to ABTS 
> response\n");
>   fc_exch_release(ep);/* release from pending timer hold */
>   }
>  
> 
> 

Acked-by: Neil Horman 
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 5/8] libfc: Differentiate echange timer cancellation debug statements

2013-07-09 Thread Robert Love
There are two debug statements with the same output string regarding
echange timer cancellation. This patch simply changes the output of
one string so that they can be differentiated.

Signed-off-by: Robert Love 
Tested-by: Jack Morgan 
Acked-by: Neil Horman 
---
 drivers/scsi/libfc/fc_exch.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/libfc/fc_exch.c b/drivers/scsi/libfc/fc_exch.c
index e98ea6a..5879929 100644
--- a/drivers/scsi/libfc/fc_exch.c
+++ b/drivers/scsi/libfc/fc_exch.c
@@ -1567,7 +1567,7 @@ static void fc_exch_abts_resp(struct fc_exch *ep, struct 
fc_frame *fp)
fc_exch_rctl_name(fh->fh_r_ctl));
 
if (cancel_delayed_work_sync(&ep->timeout_work)) {
-   FC_EXCH_DBG(ep, "Exchange timer canceled\n");
+   FC_EXCH_DBG(ep, "Exchange timer canceled due to ABTS 
response\n");
fc_exch_release(ep);/* release from pending timer hold */
}
 

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html