dm mpath: use DMINFO instead of printk with KERN_INFO

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
This commit is contained in:
Mike Snitzer 2022-03-02 12:19:47 -05:00
parent 385411ffba
commit 168678d765
1 changed files with 1 additions and 2 deletions

View File

@ -899,8 +899,7 @@ retain:
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) {