diff options
author | Andy Grover <agrover@redhat.com> | 2012-04-03 15:51:20 -0700 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-04-14 17:40:36 -0700 |
commit | a12f41f8412ff57057906ebbe146fda37db158ac (patch) | |
tree | e3138df9188c5fff3156e53c8f6781240ee062cb /include/target | |
parent | 8b1e1244db85d58f7c612870ec2c1afd9098ae93 (diff) | |
download | linux-3.10-a12f41f8412ff57057906ebbe146fda37db158ac.tar.gz linux-3.10-a12f41f8412ff57057906ebbe146fda37db158ac.tar.bz2 linux-3.10-a12f41f8412ff57057906ebbe146fda37db158ac.zip |
target: Rename target_allocate_tasks to target_setup_cmd_from_cdb
This patch renames a horribly misnamed function that no longer allocate
tasks to something more descriptive for it's modern use in target core.
(nab: Fix up ib_srpt to use this as well ahead of a target_submit_cmd
conversion)
Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
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 83734ccc982..9007833ac5c 100644 --- a/include/target/target_core_fabric.h +++ b/include/target/target_core_fabric.h @@ -106,7 +106,7 @@ void transport_deregister_session(struct se_session *); void transport_init_se_cmd(struct se_cmd *, struct target_core_fabric_ops *, struct se_session *, u32, int, int, unsigned char *); int transport_lookup_cmd_lun(struct se_cmd *, u32); -int transport_generic_allocate_tasks(struct se_cmd *, unsigned char *); +int target_setup_cmd_from_cdb(struct se_cmd *, unsigned char *); void target_submit_cmd(struct se_cmd *, struct se_session *, unsigned char *, unsigned char *, u32, u32, int, int, int); int target_submit_tmr(struct se_cmd *se_cmd, struct se_session *se_sess, |