]> git.baikalelectronics.ru Git - kernel.git/commit
md/multipath: replace printk() with pr_*()
authorNeilBrown <neilb@suse.com>
Wed, 2 Nov 2016 03:16:49 +0000 (14:16 +1100)
committerShaohua Li <shli@fb.com>
Mon, 7 Nov 2016 23:08:22 +0000 (15:08 -0800)
commit55694b568e2ec21f5b2e62cb7959899ca66f0cce
treec36c5a44876a42b39f81974049ce9d2a466c1989
parent7ec246aa029834fad789175193f1dee5fc7a39f1
md/multipath: replace printk() with pr_*()

Also remove all messages about memory allocation failure.
page_alloc() reports those.

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>
drivers/md/multipath.c