diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-11 10:27:44 (GMT) |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2013-03-20 02:21:14 (GMT) |
commit | 238f5908bd48f9e2f4668e0289e88cba969d710c (patch) | |
tree | 84b36e56979f83cd813544403ed1a176890193ee /drivers/md/raid5.h | |
parent | f8dfcffd0472a0f353f34a567ad3f53568914d04 (diff) | |
download | linux-238f5908bd48f9e2f4668e0289e88cba969d710c.tar.xz |
md: remove CONFIG_MULTICORE_RAID456 entirely
Once instance of this Kconfig macro remained after commit
51acbcec6c42b24482bac18e42befc822524535d ("md: remove
CONFIG_MULTICORE_RAID456"). Remove that one too. And, while we're at it,
also remove it from the defconfig files that carry it.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/raid5.h')
-rw-r--r-- | drivers/md/raid5.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/md/raid5.h b/drivers/md/raid5.h index 050a334..b0b663b 100644 --- a/drivers/md/raid5.h +++ b/drivers/md/raid5.h @@ -221,10 +221,6 @@ struct stripe_head { struct stripe_operations { int target, target2; enum sum_check_flags zero_sum_result; - #ifdef CONFIG_MULTICORE_RAID456 - unsigned long request; - wait_queue_head_t wait_for_ops; - #endif } ops; struct r5dev { /* rreq and rvec are used for the replacement device when |