]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
scsi: do not display kernel pointer in message logs
authorHannes Reinecke <hare@suse.de>
Thu, 8 Jan 2015 06:43:50 +0000 (07:43 +0100)
committerChristoph Hellwig <hch@lst.de>
Fri, 9 Jan 2015 14:44:33 +0000 (15:44 +0100)
commit470613b462a767aa8cca1e590928fcbc55bf39e5
treee0077562fd5dafc9c822f5034fd775aad267e28d
parenta4a6afb477a9e724a6ff7204e4199f0c2cd97d6a
scsi: do not display kernel pointer in message logs

It is not good practice to display the kernel pointer in any message logs,
and it doesn't display any additional information. And as we know have
block-layer assigned tags we can use them to differentiate the messages.
So remove any pointer references from the displayed messages.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/scsi_error.c