Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec54cc08 authored by Nicholas Bellinger's avatar Nicholas Bellinger
Browse files

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: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent 4355a911
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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.