target: remove transport_generic_process_write
Just call target_execute_cmd directly. Also, convert loopback, sbp, usb-gadget to use the newly exported target_execute_cmd(). Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:

committed by
Nicholas Bellinger

parent
f7113a47e2
commit
70baf0ab3b
@@ -778,7 +778,7 @@ static int tcm_loop_write_pending(struct se_cmd *se_cmd)
|
||||
* We now tell TCM to add this WRITE CDB directly into the TCM storage
|
||||
* object execution queue.
|
||||
*/
|
||||
transport_generic_process_write(se_cmd);
|
||||
target_execute_cmd(se_cmd);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user