diff options
author | Christoph Hellwig <hch@lst.de> | 2011-09-13 17:08:19 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-10-23 23:20:31 -0400 |
commit | 2dbc43d256c5371ebc294e3534620663eb80a5ce (patch) | |
tree | f23de858027389d0eaa85a17b35748139d8275b2 /include/target | |
parent | 31afc39c0c93edec5a117371f1bd2a264cceafac (diff) |
target: remove transport_free_se_cmd
It is only called by transport_release_cmd, so inline it there. Also add
a kerneldoc comment for transport_release_cmd while we are at it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_transport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_transport.h b/include/target/target_core_transport.h index 0482a28629ff..99a671e0f9da 100644 --- a/include/target/target_core_transport.h +++ b/include/target/target_core_transport.h | |||
@@ -169,7 +169,6 @@ extern void transport_init_se_cmd(struct se_cmd *, | |||
169 | unsigned char *); | 169 | unsigned char *); |
170 | void *transport_kmap_first_data_page(struct se_cmd *cmd); | 170 | void *transport_kmap_first_data_page(struct se_cmd *cmd); |
171 | void transport_kunmap_first_data_page(struct se_cmd *cmd); | 171 | void transport_kunmap_first_data_page(struct se_cmd *cmd); |
172 | extern void transport_free_se_cmd(struct se_cmd *); | ||
173 | extern int transport_generic_allocate_tasks(struct se_cmd *, unsigned char *); | 172 | extern int transport_generic_allocate_tasks(struct se_cmd *, unsigned char *); |
174 | extern int transport_handle_cdb_direct(struct se_cmd *); | 173 | extern int transport_handle_cdb_direct(struct se_cmd *); |
175 | extern int transport_generic_handle_cdb_map(struct se_cmd *); | 174 | extern int transport_generic_handle_cdb_map(struct se_cmd *); |