]> Git Repo - linux.git/commit
[SCSI] iscsi: fix up iscsi printk prefix
authorMike Christie <[email protected]>
Thu, 31 Jan 2008 19:36:52 +0000 (13:36 -0600)
committerJames Bottomley <[email protected]>
Fri, 8 Feb 2008 00:02:37 +0000 (18:02 -0600)
commit322d739da83bbff0309c202181f79c08d9534880
tree4bbe485dc4f942ac6d5c8ad1c4508599a1eb2c66
parentc238c3bba9b422a9b453c75e157b416204f22a71
[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 <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
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
This page took 0.042038 seconds and 4 git commands to generate.