| .. | .. |
|---|
| 138 | 138 | void release_se_kmem_caches(void); |
|---|
| 139 | 139 | u32 scsi_get_new_index(scsi_index_t); |
|---|
| 140 | 140 | void transport_subsystem_check_init(void); |
|---|
| 141 | | -int transport_cmd_finish_abort(struct se_cmd *); |
|---|
| 141 | +void transport_uninit_session(struct se_session *); |
|---|
| 142 | 142 | unsigned char *transport_dump_cmd_direction(struct se_cmd *); |
|---|
| 143 | 143 | void transport_dump_dev_state(struct se_device *, char *, int *); |
|---|
| 144 | 144 | void transport_dump_dev_info(struct se_device *, struct se_lun *, |
|---|
| .. | .. |
|---|
| 148 | 148 | int transport_dump_vpd_ident_type(struct t10_vpd *, unsigned char *, int); |
|---|
| 149 | 149 | int transport_dump_vpd_ident(struct t10_vpd *, unsigned char *, int); |
|---|
| 150 | 150 | void transport_clear_lun_ref(struct se_lun *); |
|---|
| 151 | | -void transport_send_task_abort(struct se_cmd *); |
|---|
| 152 | 151 | sense_reason_t target_cmd_size_check(struct se_cmd *cmd, unsigned int size); |
|---|
| 153 | 152 | void target_qf_do_work(struct work_struct *work); |
|---|
| 154 | 153 | void target_do_delayed_work(struct work_struct *work); |
|---|