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@xxxxxx> Index: lio-core/drivers/target/tcm_fc/tfc_cmd.c =================================================================== --- lio-core.orig/drivers/target/tcm_fc/tfc_cmd.c 2011-08-29 12:24:25.735571713 +0200 +++ lio-core/drivers/target/tcm_fc/tfc_cmd.c 2011-08-29 12:27:26.018895956 +0200 @@ -642,7 +642,7 @@ static void ft_send_work(struct work_str transport_generic_free_cmd(se_cmd, 0, 0); return; } - transport_generic_handle_cdb(se_cmd); + transport_handle_cdb_direct(se_cmd); return; err: -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html