Re: [PATCH 04/20] scsi: introduce sdev_prefix_printk()

2014-09-05 Thread Christoph Hellwig
On Wed, Sep 03, 2014 at 12:05:59PM +0200, Hannes Reinecke wrote: > Like scmd_printk(), but the device name is passed in as > a string. Can be used by eg ULDs which do not have access > to the scsi_cmnd structure. > > Signed-off-by: Hannes Reinecke Looks good, Reviewed-by: Christoph Hellwig --

[PATCH 04/20] scsi: introduce sdev_prefix_printk()

2014-09-03 Thread Hannes Reinecke
Like scmd_printk(), but the device name is passed in as a string. Can be used by eg ULDs which do not have access to the scsi_cmnd structure. Signed-off-by: Hannes Reinecke --- include/scsi/scsi_device.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/scsi/scsi_device.h b/in