Re: [PATCH v2] block: move RAID transport class to BLOCK menu

2007-11-04 Thread Randy Dunlap

Jeff Garzik wrote:

Randy Dunlap wrote:

Jeff Garzik wrote:

Randy Dunlap wrote:

From: Randy Dunlap <[EMAIL PROTECTED]>

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

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
---
block/Kconfig|5 +
drivers/scsi/Kconfig |7 ---
2 files changed, 5 insertions(+), 7 deletions(-)


ACK

Though IMO we should move the code, too.


OK, I'll do that and resend.


Well, I'm only one voice...  might wait to see if others agree first :)


I'll let the maintainer(s) haggle over which patch to merge.  ;)

--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2] block: move RAID transport class to BLOCK menu

2007-11-04 Thread Jeff Garzik

Randy Dunlap wrote:

Jeff Garzik wrote:

Randy Dunlap wrote:

From: Randy Dunlap <[EMAIL PROTECTED]>

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

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
---
block/Kconfig|5 +
drivers/scsi/Kconfig |7 ---
2 files changed, 5 insertions(+), 7 deletions(-)


ACK

Though IMO we should move the code, too.


OK, I'll do that and resend.


Well, I'm only one voice...  might wait to see if others agree first :)

Jeff



-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2] block: move RAID transport class to BLOCK menu

2007-11-04 Thread Randy Dunlap

Jeff Garzik wrote:

Randy Dunlap wrote:

From: Randy Dunlap <[EMAIL PROTECTED]>

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

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
---
block/Kconfig|5 +
drivers/scsi/Kconfig |7 ---
2 files changed, 5 insertions(+), 7 deletions(-)


ACK

Though IMO we should move the code, too.


OK, I'll do that and resend.

--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2] block: move RAID transport class to BLOCK menu

2007-11-04 Thread Jeff Garzik

Randy Dunlap wrote:

From: Randy Dunlap <[EMAIL PROTECTED]>

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

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
---
block/Kconfig|5 +
drivers/scsi/Kconfig |7 ---
2 files changed, 5 insertions(+), 7 deletions(-)


ACK

Though IMO we should move the code, too.

Jeff



-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v2] block: move RAID transport class to BLOCK menu

2007-11-04 Thread Randy Dunlap

From: Randy Dunlap <[EMAIL PROTECTED]>

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

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
---
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
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html