Commit 168678d7 authored by Mike Snitzer's avatar Mike Snitzer

dm mpath: use DMINFO instead of printk with KERN_INFO

Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent 385411ff
......@@ -899,8 +899,7 @@ static int setup_scsi_dh(struct block_device *bdev, struct multipath *m,
if (m->hw_handler_name) {
r = scsi_dh_attach(q, m->hw_handler_name);
if (r == -EBUSY) {
printk(KERN_INFO "dm-mpath: retaining handler on device %pg\n",
bdev);
DMINFO("retaining handler on device %pg", bdev);
goto retain;
}
if (r < 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment