From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> Hi hch & Co, This series converts ib_srpt to use target_submit_cmd() and target_submit_tmr() callers, and also removes the now unnessecary internal use of ioctx->kref in favor of modern se_cmd->cmd_kref usage. So far the I/O path is running as expected, but there appears to be a session reset happening during TMR LUN_RESET, that is not directly related to the conversion. I'm still tracking down the TMR bit. Please review for-3.8. Thanks, --nab Nicholas Bellinger (2): ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->kref ib_srpt: Convert TMR path to target_submit_tmr drivers/infiniband/ulp/srpt/ib_srpt.c | 153 ++++++++++++++------------------ drivers/infiniband/ulp/srpt/ib_srpt.h | 1 - 2 files changed, 67 insertions(+), 87 deletions(-) -- 1.7.2.5 -- 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