]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] iscsi: fix up iscsi printk prefix
authorMike Christie <michaelc@cs.wisc.edu>
Thu, 31 Jan 2008 19:36:52 +0000 (13:36 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 8 Feb 2008 00:02:37 +0000 (18:02 -0600)
commit0d5499d8c48da5b54584227b37e8d5cfe3355a39
tree4bbe485dc4f942ac6d5c8ad1c4508599a1eb2c66
parent66119c7d43d523d485d22e599f2664e3d95c2100
[SCSI] iscsi: fix up iscsi printk prefix

Some iscsi class messages have the dev_printk prefix and some libiscsi
and iscsi_tcp messages have "iscsi" or the module name as a prefix which
is normally pretty useless when trying to figure out which session
or connection the message is attached to. This patch adds iscsi lib
and class dev_printks so all messages have a common prefix that
can be used to figure out which object printed it.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/iscsi_tcp.c
drivers/scsi/libiscsi.c
drivers/scsi/scsi_transport_iscsi.c
include/scsi/libiscsi.h
include/scsi/scsi_transport_iscsi.h