From: Mike Christie Date: Thu, 31 Jan 2008 19:36:52 +0000 (-0600) Subject: [SCSI] iscsi: fix up iscsi printk prefix X-Git-Tag: v2.6.25-rc1~285^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=322d739da83bbff0309c202181f79c08d9534880;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed