Commit 70c665405151bc0fdb73ea47c85eb9d0254770b0
Committed by
James Bottomley
1 parent
c3baa9a26c
Exists in
master
and in
7 other branches
[SCSI] zfcp: Refine trace levels of some recovery related events.
This change better spreads trace levels of recovery related events. There was an overlap of traces for some recovery triggers and the processing of recovery actions. Signed-off-by: Martin Peschke <mp3@de.ibm.com> Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
drivers/s390/scsi/zfcp_dbf.c
... | ... | @@ -696,7 +696,7 @@ |
696 | 696 | r->u.thread.total = total; |
697 | 697 | r->u.thread.ready = ready; |
698 | 698 | r->u.thread.running = running; |
699 | - debug_event(adapter->rec_dbf, 5, r, sizeof(*r)); | |
699 | + debug_event(adapter->rec_dbf, 6, r, sizeof(*r)); | |
700 | 700 | spin_unlock_irqrestore(&adapter->rec_dbf_lock, flags); |
701 | 701 | } |
702 | 702 | |
... | ... | @@ -823,7 +823,7 @@ |
823 | 823 | r->u.action.status = erp_action->status; |
824 | 824 | r->u.action.step = erp_action->step; |
825 | 825 | r->u.action.fsf_req = (unsigned long)erp_action->fsf_req; |
826 | - debug_event(adapter->rec_dbf, 4, r, sizeof(*r)); | |
826 | + debug_event(adapter->rec_dbf, 5, r, sizeof(*r)); | |
827 | 827 | spin_unlock_irqrestore(&adapter->rec_dbf_lock, flags); |
828 | 828 | } |
829 | 829 |