2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------ From: Mike Christie <[email protected]> commit cd4a8814d44672bd2c8f04a472121bfbe193809c upstream. Newer Netapp target software supports ALUA, so this patch adds them to the scsi_dev_alua dev list. Signed-off-by: Mike Christie <[email protected]> Signed-off-by: James Bottomley <[email protected]> Signed-off-by: Andi Kleen <[email protected]> Cc: maximilian attems <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- drivers/scsi/device_handler/scsi_dh_alua.c | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6.35.y/drivers/scsi/device_handler/scsi_dh_alua.c =================================================================== --- linux-2.6.35.y.orig/drivers/scsi/device_handler/scsi_dh_alua.c 2011-03-29 22:51:18.530249026 -0700 +++ linux-2.6.35.y/drivers/scsi/device_handler/scsi_dh_alua.c 2011-03-29 23:54:49.334740074 -0700 @@ -720,6 +720,7 @@ {"Intel", "Multi-Flex"}, {"NETAPP", "LUN"}, {"AIX", "NVDISK"}, + {"NETAPP", "LUN"}, {NULL, NULL} }; _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
