]> git.baikalelectronics.ru Git - kernel.git/commit
md/raid0: convert some printks to pr_debug.
authorNeilBrown <neilb@suse.de>
Fri, 7 Oct 2011 03:23:22 +0000 (14:23 +1100)
committerNeilBrown <neilb@suse.de>
Fri, 7 Oct 2011 03:23:22 +0000 (14:23 +1100)
commite289b6d48570679b7fcbde75e7862855a0edc4ee
tree7f0288247afd84707f2529634a5d4a64e9b8f046
parentd751e1579a11bab377172da8073a897621d37d93
md/raid0: convert some printks to pr_debug.

When md assembles a RAID0 array it prints out lots of info which
is really just for debugging, so convert that to pr_debug.
It also prints out the resulting configuration which could be
interesting, so keep that as 'printk' but tidy it up a bit.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/raid0.c