commit | 470613b462a767aa8cca1e590928fcbc55bf39e5 | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Thu Jan 08 07:43:50 2015 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jan 09 15:44:33 2015 +0100 |
tree | e0077562fd5dafc9c822f5034fd775aad267e28d | |
parent | a4a6afb477a9e724a6ff7204e4199f0c2cd97d6a [diff] |
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>