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

This makes md/raid0 much less verbose as the messages about
the array geometry are now pr_debug()

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