Commit b16a35b0 authored by Andy Grover's avatar Andy Grover Committed by Nicholas Bellinger

target: rewrite comment for generic_new_cmd

Signed-off-by: default avatarAndy Grover <agrover@redhat.com>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent a12f41f8
...@@ -3766,9 +3766,9 @@ transport_allocate_control_task(struct se_cmd *cmd) ...@@ -3766,9 +3766,9 @@ transport_allocate_control_task(struct se_cmd *cmd)
} }
/* /*
* Allocate any required ressources to execute the command, and either place * Allocate any required resources to execute the command. For writes we
* it on the execution queue if possible. For writes we might not have the * might not have the payload yet, so notify the fabric via a call to
* payload yet, thus notify the fabric via a call to ->write_pending instead. * ->write_pending instead. Otherwise place it on the execution queue.
*/ */
int transport_generic_new_cmd(struct se_cmd *cmd) int transport_generic_new_cmd(struct se_cmd *cmd)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment