iscsit: use target_execute_cmd for WRITEs
authorChristoph Hellwig <hch@infradead.org>
Sun, 8 Jul 2012 19:58:42 +0000 (15:58 -0400)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 17 Jul 2012 00:35:18 +0000 (17:35 -0700)
commit67441b68fa73af1c578ccc1d85671b163a7adc13
treef1694cf3530b0e2eab50faacd2cc0d845957f6dc
parentc3196f0cf0061ae62660b3d9a6ce736bef817aba
iscsit: use target_execute_cmd for WRITEs

All three callers of transport_generic_handle_data are from user context
and can use target_execute_cmd directly to handle the backend I/O submission
of WRITE I/O.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/iscsi/iscsi_target.c
drivers/target/iscsi/iscsi_target_erl1.c
drivers/target/iscsi/iscsi_target_tmr.c