From: Christof Schmitt Date: Mon, 5 Nov 2007 11:37:48 +0000 (+0100) Subject: [SCSI] zfcp: Reduce flood on hba trace X-Git-Tag: v2.6.25-rc1~1230^2~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f48985823001c89c9bd5c5e57cc07530578dfcc;p=pandora-kernel.git [SCSI] zfcp: Reduce flood on hba trace Remove tracing for request with a "qualifier" field set in the response. The protocol status qualifier now contains measurement data for "good" commands, so this check would trace every response by default. The fix is to simply remove the "qual" tracing: The responses with an interesting status are also traced as "ferr" or "perr" and all responses can be traced as "norm" with a higher trace level. Signed-off-by: Christof Schmitt Signed-off-by: Swen Schillig Signed-off-by: James Bottomley --- Reading git-diff-tree failed