]> git.baikalelectronics.ru Git - kernel.git/commit
MD RAID10: Prep for DM RAID10 device replacement capability
authorJonathan Brassow <jbrassow@redhat.com>
Thu, 11 Oct 2012 02:38:58 +0000 (13:38 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 11 Oct 2012 02:38:58 +0000 (13:38 +1100)
commit9124817970d919c6112b356b6e8e71586b4537b1
treee8d5417df70e9ade3b8e021426db6f22b4067b95
parent122365e8db2bacde02df1921269ac64aeaa216c9
MD RAID10: Prep for DM RAID10 device replacement capability

MD RAID10:  Fix a couple potential kernel panics if RAID10 is used by dm-raid

When device-mapper uses the RAID10 personality through dm-raid.c, there is no
'gendisk' structure in mddev and some sysfs information is also not populated.

This patch avoids touching those non-existent structures.

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