mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
scsi: core: Remove scsi_block_when_processing_errors: message
This message floods the log when enabling mask 0x7 for /proc/sys/dev/scsi/logging_level: xxxxxxxx kernel: scsi_block_when_processing_errors: rtn: 1 It's not needed and makes tracing just scsi_eh* messages way too verbose so get rid of it. [mkp: mangled patch, applied by hand] Signed-off-by: Laurence Oberman <loberman@redhat.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Chad Dupuis <chad.dupuis@cavium.com> Reviewed-by: Ewan D. Milne <emilne@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
a1ad38a61e
commit
37208bee6a
@ -338,9 +338,6 @@ int scsi_block_when_processing_errors(struct scsi_device *sdev)
|
||||
|
||||
online = scsi_device_online(sdev);
|
||||
|
||||
SCSI_LOG_ERROR_RECOVERY(5, sdev_printk(KERN_INFO, sdev,
|
||||
"%s: rtn: %d\n", __func__, online));
|
||||
|
||||
return online;
|
||||
}
|
||||
EXPORT_SYMBOL(scsi_block_when_processing_errors);
|
||||
|
Loading…
Reference in New Issue
Block a user