From: Kees Cook <keescook@chromium.org>
To: linux-kernel@vger.kernel.org
Cc: Neil Brown <neilb@suse.de>,
linux-raid@vger.kernel.org,
Arjan van de Ven <arjan@linux.intel.com>,
Dan Williams <dan.j.williams@intel.com>,
Alasdair G Kergon <agk@redhat.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: [PATCH] md/raid456: remove depends on CONFIG_EXPERIMENTAL
Date: Fri, 22 Feb 2013 23:40:01 -0800 [thread overview]
Message-ID: <20130223074001.GA5199@www.outflux.net> (raw)
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.
Signed-off-by: Kees Cook <keescook@chromium.org>
Cc: Arjan van de Ven <arjan@linux.intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Alasdair G Kergon <agk@redhat.com>
---
drivers/md/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index 7cdf359..0cc3a3d 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -158,7 +158,6 @@ 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.
--
1.7.9.5
--
Kees Cook
Chrome OS Security
next reply other threads:[~2013-02-23 7:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-23 7:40 Kees Cook [this message]
2013-02-27 1:27 ` [PATCH] md/raid456: remove depends on CONFIG_EXPERIMENTAL Dan Williams
2013-02-27 6:03 ` Kees Cook
2013-02-27 22:11 ` NeilBrown
2013-03-11 10:27 ` Paul Bolle
2013-03-12 1:36 ` NeilBrown
2013-03-04 18:59 ` Kees Cook
2013-03-04 21:11 ` NeilBrown
2013-03-04 21:13 ` Kees Cook
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130223074001.GA5199@www.outflux.net \
--to=keescook@chromium.org \
--cc=agk@redhat.com \
--cc=arjan@linux.intel.com \
--cc=dan.j.williams@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=neilb@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox