From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> This patch drops the unused TFO->check_release_cmd() API caller from target-core. Signed-off-by: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> --- include/target/target_core_fabric.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/include/target/target_core_fabric.h b/include/target/target_core_fabric.h index 0fc36c5..873de96 100644 --- a/include/target/target_core_fabric.h +++ b/include/target/target_core_fabric.h @@ -52,10 +52,6 @@ struct target_core_fabric_ops { * Returning 0 will signal a descriptor has not been released. */ int (*check_stop_free)(struct se_cmd *); - /* - * Optional check for active I/O shutdown - */ - int (*check_release_cmd)(struct se_cmd *); void (*release_cmd)(struct se_cmd *); /* * Called with spin_lock_bh(struct se_portal_group->session_lock held. -- 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