aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2011-09-13 17:08:19 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2011-10-23 23:20:31 -0400
commit2dbc43d256c5371ebc294e3534620663eb80a5ce (patch)
treef23de858027389d0eaa85a17b35748139d8275b2 /include/target
parent31afc39c0c93edec5a117371f1bd2a264cceafac (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.h1
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 *);
170void *transport_kmap_first_data_page(struct se_cmd *cmd); 170void *transport_kmap_first_data_page(struct se_cmd *cmd);
171void transport_kunmap_first_data_page(struct se_cmd *cmd); 171void transport_kunmap_first_data_page(struct se_cmd *cmd);
172extern void transport_free_se_cmd(struct se_cmd *);
173extern int transport_generic_allocate_tasks(struct se_cmd *, unsigned char *); 172extern int transport_generic_allocate_tasks(struct se_cmd *, unsigned char *);
174extern int transport_handle_cdb_direct(struct se_cmd *); 173extern int transport_handle_cdb_direct(struct se_cmd *);
175extern int transport_generic_handle_cdb_map(struct se_cmd *); 174extern int transport_generic_handle_cdb_map(struct se_cmd *);