target: Remove cmd->se_ordered_id (unused except debug log lines)
[firefly-linux-kernel-4.4.55.git] / drivers / target / target_core_device.c
index 55f2cb2a9947809266aa8b88ed9dc64019be7971..dcc424ac35d45bfd2cc38bb348c851fc4336796d 100644 (file)
@@ -769,7 +769,6 @@ struct se_device *target_alloc_device(struct se_hba *hba, const char *name)
        spin_lock_init(&dev->se_tmr_lock);
        spin_lock_init(&dev->qf_cmd_lock);
        sema_init(&dev->caw_sem, 1);
-       atomic_set(&dev->dev_ordered_id, 0);
        INIT_LIST_HEAD(&dev->t10_wwn.t10_vpd_list);
        spin_lock_init(&dev->t10_wwn.t10_vpd_lock);
        INIT_LIST_HEAD(&dev->t10_pr.registration_list);