scsi: target: Remove TARGET_SCF_LOOKUP_LUN_FROM_TAG
TARGET_SCF_LOOKUP_LUN_FROM_TAG is no longer used so remove it. Link: https://lore.kernel.org/r/1604257174-4524-5-git-send-email-michael.christie@oracle.com Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com> Signed-off-by: Mike Christie <michael.christie@oracle.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
8f394da36a
commit
27b0efd15d
@@ -195,7 +195,6 @@ enum target_sc_flags_table {
|
||||
TARGET_SCF_ACK_KREF = 0x02,
|
||||
TARGET_SCF_UNKNOWN_SIZE = 0x04,
|
||||
TARGET_SCF_USE_CPUID = 0x08,
|
||||
TARGET_SCF_LOOKUP_LUN_FROM_TAG = 0x10,
|
||||
};
|
||||
|
||||
/* fabric independent task management function values */
|
||||
|
||||
Reference in New Issue
Block a user