]> git.baikalelectronics.ru Git - kernel.git/commit
tfm_fc: use transport_handle_cdb_direct
authorChristoph Hellwig <hch@lst.de>
Mon, 12 Sep 2011 19:50:49 +0000 (21:50 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Mon, 24 Oct 2011 03:20:24 +0000 (03:20 +0000)
commitadbfcd933f299572f1f7946aa249d06bc760b2fc
treed138dda26a2d9cba41e8654d4d0c2372c3e917e4
parent26711ade36b07a46bd33a0d515f1e4e118afc8ed
tfm_fc: use transport_handle_cdb_direct

ft_send_work is always called from workqueue context, which means we can
handle the CDB directly instead of doing another context switch.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Kiran Patil <kiran.patil@intel.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/tcm_fc/tfc_cmd.c