iscsit_task_reassign_complete is always called from the TX thread, so handle the CDB directly instead of offloading it. Signed-off-by: Christoph Hellwig <hch@xxxxxx> Index: lio-core/drivers/target/iscsi/iscsi_target_tmr.c =================================================================== --- lio-core.orig/drivers/target/iscsi/iscsi_target_tmr.c 2011-08-29 12:27:51.358894637 +0200 +++ lio-core/drivers/target/iscsi/iscsi_target_tmr.c 2011-08-29 12:29:22.165556704 +0200 @@ -318,7 +318,7 @@ static int iscsit_task_reassign_complete pr_debug("READ ITT: 0x%08x: t_state: %d never sent to" " transport\n", cmd->init_task_tag, cmd->se_cmd.t_state); - transport_generic_handle_cdb(se_cmd); + transport_handle_cdb_direct(se_cmd); return 0; } -- 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