hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/target/target_core_internal.h
....@@ -138,7 +138,7 @@
138138 void release_se_kmem_caches(void);
139139 u32 scsi_get_new_index(scsi_index_t);
140140 void transport_subsystem_check_init(void);
141
-int transport_cmd_finish_abort(struct se_cmd *);
141
+void transport_uninit_session(struct se_session *);
142142 unsigned char *transport_dump_cmd_direction(struct se_cmd *);
143143 void transport_dump_dev_state(struct se_device *, char *, int *);
144144 void transport_dump_dev_info(struct se_device *, struct se_lun *,
....@@ -148,7 +148,6 @@
148148 int transport_dump_vpd_ident_type(struct t10_vpd *, unsigned char *, int);
149149 int transport_dump_vpd_ident(struct t10_vpd *, unsigned char *, int);
150150 void transport_clear_lun_ref(struct se_lun *);
151
-void transport_send_task_abort(struct se_cmd *);
152151 sense_reason_t target_cmd_size_check(struct se_cmd *cmd, unsigned int size);
153152 void target_qf_do_work(struct work_struct *work);
154153 void target_do_delayed_work(struct work_struct *work);