diff options
author | NeilBrown <neilb@suse.de> | 2013-02-28 09:08:34 +1100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2013-02-28 09:08:34 +1100 |
commit | 51acbcec6c42b24482bac18e42befc822524535d (patch) | |
tree | 8677d949a7fb1d398b5ace9c5554e9e14a0c00d2 /drivers/md/Kconfig | |
parent | ee0b0244030434cdda26777bfb98962447e080cd (diff) | |
download | op-kernel-dev-51acbcec6c42b24482bac18e42befc822524535d.zip op-kernel-dev-51acbcec6c42b24482bac18e42befc822524535d.tar.gz |
md: remove CONFIG_MULTICORE_RAID456
This doesn't seem to actually help and we have an alternate
multi-threading approach waiting in the wings, so just get
rid of this config option and associated code.
As a bonus, we remove one use of CONFIG_EXPERIMENTAL
Cc: Dan Williams <djbw@fb.com>
Cc: Kees Cook <keescook@chromium.org>
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r-- | drivers/md/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 91a02ee..9a10313 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -154,17 +154,6 @@ config MD_RAID456 If unsure, say Y. -config MULTICORE_RAID456 - bool "RAID-4/RAID-5/RAID-6 Multicore processing (EXPERIMENTAL)" - depends on MD_RAID456 - depends on SMP - depends on EXPERIMENTAL - ---help--- - Enable the raid456 module to dispatch per-stripe raid operations to a - thread pool. - - If unsure, say N. - config MD_MULTIPATH tristate "Multipath I/O support" depends on BLK_DEV_MD |