Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / device_handler / scsi_dh_alua.c
index 08d80a6d272a0c255541b445a97c13e147122e0d..6f4d8e6f32f15da12101c814e0f71179acf8196b 100644 (file)
@@ -641,8 +641,7 @@ static int alua_rtpg(struct scsi_device *sdev, struct alua_dh_data *h)
                h->state = TPGS_STATE_STANDBY;
                break;
        case TPGS_STATE_OFFLINE:
-       case TPGS_STATE_UNAVAILABLE:
-               /* Path unusable for unavailable/offline */
+               /* Path unusable */
                err = SCSI_DH_DEV_OFFLINED;
                break;
        default: