commit | 0c55e02259115c151e4835dd417cf41467bb02e2 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Mon May 03 14:09:02 2010 +1000 |
committer | NeilBrown <neilb@suse.de> | Tue May 18 15:27:58 2010 +1000 |
tree | bcc12cd6c9b2d40b8bc31a4d85cae13103168493 | |
parent | 08fb730ca346ff16598ef31911c88fbca6133bf5 [diff] |
md/raid5: improve consistency of error messages. Many 'printk' messages from the raid456 module mention 'raid5' even though it may be a 'raid6' or even 'raid4' array. This can cause confusion. Also the actual array name is not always reported and when it is it is not reported consistently. So change all the messages to start: md/raid:%s: where '%s' becomes e.g. md3 to identify the particular array. Signed-off-by: NeilBrown <neilb@suse.de>