_____ From: Randy Dunlap [mailto:randy.dunlap@xxxxxxxxxx] To: Stephen Rothwell [mailto:sfr@xxxxxxxxxxxxxxxx], scsi [mailto:linux-scsi@xxxxxxxxxxxxxxx], Jayamohan Kallickal [mailto:jayamohank@xxxxxxxxxxxxxxxxx] Cc: linux-next@xxxxxxxxxxxxxxx, LKML [mailto:linux-kernel@xxxxxxxxxxxxxxx], jejbscsi [mailto:james.bottomley@xxxxxxx] Sent: Thu, 29 Jul 2010 10:16:09 -0700 Subject: [PATCH -next] scsi: be2iscsi needs ISCSI_BOOT_SYSFS From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> be2iscsi uses iscsi_boot_*() interfaces, so it should ensure that ISCSI_BOOT_SYSFS is enabled. ERROR: "iscsi_boot_create_target" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined! ERROR: "iscsi_boot_create_ethernet" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined! ERROR: "iscsi_boot_create_host_kset" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined! ERROR: "iscsi_boot_create_initiator" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined! ERROR: "iscsi_boot_destroy_kset" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined! Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Acked-by: Jayamohan Kallickal <jayamohank@xxxxxxxxxxxxxxxxx> --- drivers/scsi/be2iscsi/Kconfig | 1 + 1 file changed, 1 insertion(+) --- linux-next-20100729.orig/drivers/scsi/be2iscsi/Kconfig +++ linux-next-20100729/drivers/scsi/be2iscsi/Kconfig @@ -2,6 +2,7 @@ config BE2ISCSI tristate "ServerEngines' 10Gbps iSCSI - BladeEngine 2" depends on PCI && SCSI && NET select SCSI_ISCSI_ATTRS + select ISCSI_BOOT_SYSFS help This driver implements the iSCSI functionality for ServerEngines' --- ___________________________________________________________________________________ This message, together with any attachment(s), contains confidential and proprietary information of ServerEngines Corporation and is intended only for the designated recipient(s) named above. Any unauthorized review, printing, retention, copying, disclosure or distribution is strictly prohibited. If you are not the intended recipient of this message, please immediately advise the sender by reply email message and delete all copies of this message and any attachment(s). Thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html