diff options
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_fabric.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target/target_core_fabric.h b/include/target/target_core_fabric.h index 04ead0866108..77a3b6e4f44c 100644 --- a/include/target/target_core_fabric.h +++ b/include/target/target_core_fabric.h | |||
@@ -116,7 +116,7 @@ int transport_lookup_cmd_lun(struct se_cmd *, u32); | |||
116 | int transport_generic_allocate_tasks(struct se_cmd *, unsigned char *); | 116 | int transport_generic_allocate_tasks(struct se_cmd *, unsigned char *); |
117 | void target_submit_cmd(struct se_cmd *, struct se_session *, unsigned char *, | 117 | void target_submit_cmd(struct se_cmd *, struct se_session *, unsigned char *, |
118 | unsigned char *, u32, u32, int, int, int); | 118 | unsigned char *, u32, u32, int, int, int); |
119 | void target_submit_tmr(struct se_cmd *se_cmd, struct se_session *se_sess, | 119 | int target_submit_tmr(struct se_cmd *se_cmd, struct se_session *se_sess, |
120 | unsigned char *sense, u32 unpacked_lun, | 120 | unsigned char *sense, u32 unpacked_lun, |
121 | void *fabric_tmr_ptr, unsigned char tm_type, int flags); | 121 | void *fabric_tmr_ptr, unsigned char tm_type, int flags); |
122 | int transport_handle_cdb_direct(struct se_cmd *); | 122 | int transport_handle_cdb_direct(struct se_cmd *); |