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
@@ -121,7 +121,7 @@ int transport_generic_map_mem_to_cmd(struct se_cmd *cmd,
|
||||
struct scatterlist *, u32, struct scatterlist *, u32);
|
||||
int transport_generic_new_cmd(struct se_cmd *);
|
||||
|
||||
void transport_generic_process_write(struct se_cmd *);
|
||||
void target_execute_cmd(struct se_cmd *cmd);
|
||||
|
||||
void transport_generic_free_cmd(struct se_cmd *, int);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user