commit | 50de8df4abca1b27dbf7b2f81a56451bd8b5a7d8 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Fri Oct 07 14:23:22 2011 +1100 |
committer | NeilBrown <neilb@suse.de> | Fri Oct 07 14:23:22 2011 +1100 |
tree | 7f0288247afd84707f2529634a5d4a64e9b8f046 | |
parent | 36a4e1fe0f454146724c174bf7c1e8e76297a212 [diff] |
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>