aboutsummaryrefslogtreecommitdiffstats
path: root/include/target/target_core_fabric.h
diff options
context:
space:
mode:
authorNicholas Bellinger <nab@linux-iscsi.org>2011-12-14 10:50:16 +0000
committerNicholas Bellinger <nab@linux-iscsi.org>2011-12-14 11:42:11 +0000
commitec54cc081ead14e85736c6543e36ec59be8a7d3d (patch)
tree8164a0a18787602a89eaaf83c0861676821fdada /include/target/target_core_fabric.h
parenttcm_fc: Convert ft_send_work to use target_submit_cmd (diff)
downloadlinux-dev-ec54cc081ead14e85736c6543e36ec59be8a7d3d.tar.xz
linux-dev-ec54cc081ead14e85736c6543e36ec59be8a7d3d.zip
target: Remove TFO->check_release_cmd() fabric API caller
Remove the now unused target_core_fabric_ops->check_release_cmd() as target_core handles this directly for se_cmd->cmd_kref objects now. Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target/target_core_fabric.h')
-rw-r--r--include/target/target_core_fabric.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/target/target_core_fabric.h b/include/target/target_core_fabric.h
index aaa26da5a527..523e8bc104d4 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.