]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/md/dm-raid.c
DM RAID: Use md_error() in place of simply setting Faulty bit
authorJonathan Brassow <jbrassow@redhat.com>
Tue, 22 May 2012 03:55:31 +0000 (13:55 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 22 May 2012 03:55:31 +0000 (13:55 +1000)
commitc32fb9e7ecee25a5b6a45bf968dfef76f323e185
tree5de381a4d0c926c480d0e7244975a81450f8ecce
parent81f382f9e0b25ef56b1c0283c900b86b91a5e4c7
DM RAID: Use md_error() in place of simply setting Faulty bit

When encountering an error while reading the superblock, call md_error.

We are currently setting the 'Faulty' bit on one of the array devices when an
error is encountered while reading the superblock of a dm-raid array.  We should
be calling md_error(), as it handles the error more completely.

Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/dm-raid.c