tcm_loop: switch to using transport_handle_cdb_direct
commit16786454acec0e0e55e32d508b3058b32c1f23f3
authorChristoph Hellwig <hch@infradead.org>
Thu, 2 Feb 2012 22:04:42 +0000 (2 17:04 -0500)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sat, 25 Feb 2012 22:37:48 +0000 (25 14:37 -0800)
tree2f0039c11ef0d69cb7839db7b2f1e570bbaf7644
parentafe2cb7fb111ac52ec95ab2bfb19d9d9e0d52ed8
tcm_loop: switch to using transport_handle_cdb_direct

Now that we use a workqueue for I/O submission there is no need to use
transport_generic_handle_cdb_map any more.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/loopback/tcm_loop.c