All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Matthew Wilcox <matthew@wil.cx>,
	scsi <linux-scsi@vger.kernel.org>,
	jejb <james.bottomley@steeleye.com>,
	Jens Axboe <jens.axboe@oracle.com>
Subject: [PATCH v2] block: move RAID transport class to BLOCK menu
Date: Sun, 04 Nov 2007 11:39:03 -0800	[thread overview]
Message-ID: <472E1FD7.1010508@oracle.com> (raw)
In-Reply-To: <472E16BA.4090708@garzik.org>

From: Randy Dunlap <randy.dunlap@oracle.com>

Move RAID class configuration to the BLOCK menu since it is not
SCSI-specific.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 block/Kconfig        |    5 +++++
 drivers/scsi/Kconfig |    7 -------
 2 files changed, 5 insertions(+), 7 deletions(-)

--- linux-2.6.24-rc1-git13.orig/block/Kconfig
+++ linux-2.6.24-rc1-git13/block/Kconfig
@@ -62,6 +62,11 @@ config BLK_DEV_BSG
 	protocols (e.g. Task Management Functions and SMP in Serial
 	Attached SCSI).
 
+config RAID_ATTRS
+	tristate "RAID Transport Class"
+	---help---
+	  Provides RAID class information in sysfs.
+
 endif # BLOCK
 
 config BLOCK_COMPAT
--- linux-2.6.24-rc1-git13.orig/drivers/scsi/Kconfig
+++ linux-2.6.24-rc1-git13/drivers/scsi/Kconfig
@@ -1,12 +1,5 @@
 menu "SCSI device support"
 
-config RAID_ATTRS
-	tristate "RAID Transport Class"
-	default n
-	depends on BLOCK
-	---help---
-	  Provides RAID
-
 config SCSI
 	tristate "SCSI device support"
 	depends on BLOCK

  reply	other threads:[~2007-11-04 19:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-04 18:44 [PATCH] scsi menu: move RAID transport class to Transports menu Randy Dunlap
2007-11-04 18:58 ` Matthew Wilcox
2007-11-04 19:00   ` Jeff Garzik
2007-11-04 19:39     ` Randy Dunlap [this message]
2007-11-04 19:58       ` [PATCH v2] block: move RAID transport class to BLOCK menu Jeff Garzik
2007-11-04 20:02         ` Randy Dunlap
2007-11-04 20:06           ` Jeff Garzik
2007-11-04 20:12             ` Randy Dunlap
2007-11-04 20:17             ` [PATCH v3] " Randy Dunlap
2007-11-04 20:19               ` Jeff Garzik
2008-03-06  3:08               ` Randy Dunlap
2008-03-06  6:28                 ` Jens Axboe
2008-03-06 16:02                   ` James Bottomley
2008-03-06 18:29                     ` Jens Axboe

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=472E1FD7.1010508@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=james.bottomley@steeleye.com \
    --cc=jeff@garzik.org \
    --cc=jens.axboe@oracle.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=matthew@wil.cx \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.