]> asedeno.scripts.mit.edu Git - linux.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)
commit766038846e875740cf4c20dfc5d5b292ba47360a
treef5c5c1f695934a7ce87259b63a7143800debf0f8
parent7279694da4af9e99e7ed85ed8883c740efff348b
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