]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
scsi_dh_alua: add netapp to dev list
authorMike Christie <michaelc@cs.wisc.edu>
Thu, 18 Feb 2010 23:32:03 +0000 (17:32 -0600)
committerAK <andi@firstfloor.org>
Thu, 31 Mar 2011 18:58:06 +0000 (11:58 -0700)
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 <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: maximilian attems <max@stro.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/scsi/device_handler/scsi_dh_alua.c

index 1a970a76b1b959cc3906dd0579159b22eb1eaadc..a401ed21d58e5bf856e8a12e52287362c04ad6fa 100644 (file)
@@ -720,6 +720,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = {
        {"Intel", "Multi-Flex"},
        {"NETAPP", "LUN"},
        {"AIX", "NVDISK"},
+       {"NETAPP", "LUN"},
        {NULL, NULL}
 };