Skip to content

Commit

Permalink
md/raid5: improve consistency of error messages.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
NeilBrown committed May 18, 2010
1 parent 08fb730 commit 0c55e02
Showing 1 changed file with 69 additions and 80 deletions.
Loading

0 comments on commit 0c55e02

Please sign in to comment.