scsi: target: core: Drop device-based RTPI
[linux-block.git] / include / target / target_core_base.h
index 814edf746395c9ee9a6ed8ef8e66e13bc5801b24..008e0e4500d19a975d277904c8aba4f7728100aa 100644 (file)
@@ -735,8 +735,6 @@ struct se_lun {
        bool                    lun_access_ro;
        u32                     lun_index;
 
-       /* RELATIVE TARGET PORT IDENTIFER */
-       u16                     lun_rtpi;
        atomic_t                lun_acl_count;
        struct se_device __rcu  *lun_se_dev;
 
@@ -788,8 +786,6 @@ struct se_device_queue {
 };
 
 struct se_device {
-       /* RELATIVE TARGET PORT IDENTIFER Counter */
-       u16                     dev_rpti_counter;
        /* Used for SAM Task Attribute ordering */
        u32                     dev_cur_ordered_id;
        u32                     dev_flags;