Loading drivers/md/raid5.c +4 −0 Original line number Diff line number Diff line Loading @@ -4104,6 +4104,10 @@ static struct mdk_personality raid4_personality = .spare_active = raid5_spare_active, .sync_request = sync_request, .resize = raid5_resize, #ifdef CONFIG_MD_RAID5_RESHAPE .check_reshape = raid5_check_reshape, .start_reshape = raid5_start_reshape, #endif .quiesce = raid5_quiesce, }; Loading Loading
drivers/md/raid5.c +4 −0 Original line number Diff line number Diff line Loading @@ -4104,6 +4104,10 @@ static struct mdk_personality raid4_personality = .spare_active = raid5_spare_active, .sync_request = sync_request, .resize = raid5_resize, #ifdef CONFIG_MD_RAID5_RESHAPE .check_reshape = raid5_check_reshape, .start_reshape = raid5_start_reshape, #endif .quiesce = raid5_quiesce, }; Loading