• N
    md/raid5: improve consistency of error messages. · 0c55e022
    NeilBrown 提交于
    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: NNeilBrown <neilb@suse.de>
    0c55e022
raid5.c 164.8 KB