diff options
author | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-12-14 10:50:16 +0000 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-12-14 11:42:11 +0000 |
commit | ec54cc081ead14e85736c6543e36ec59be8a7d3d (patch) | |
tree | 8164a0a18787602a89eaaf83c0861676821fdada /include/target | |
parent | 4355a9110eeb2eaf1dd44fcab16ccbd1c8c5fad4 (diff) | |
download | linux-ec54cc081ead14e85736c6543e36ec59be8a7d3d.tar.gz linux-ec54cc081ead14e85736c6543e36ec59be8a7d3d.tar.bz2 linux-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')
-rw-r--r-- | 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 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. |