From 6d828d3fabd97fa4ef59b96540ffaf1b62e755fa Mon Sep 17 00:00:00 2001 From: Nicholas Bellinger Date: Wed, 14 Dec 2011 10:50:16 +0000 Subject: [PATCH] --- yaml --- r: 286527 b: refs/heads/master c: ec54cc081ead14e85736c6543e36ec59be8a7d3d h: refs/heads/master i: 286525: 14bdf87241c1d0e617248d6010fe56088316f44a 286523: c103a665df9751452b7c86f70988c22abcdef8d9 286519: 5cfda1c73a62f05c2b52feb4d00b194b26ccdc1f 286511: cd29799299c95cf00cb02d40e1d40b92fbd2aaea 286495: 0ee7a02da45e8628246270a295682cf5360b38e5 286463: f4357b2db6eca05e95af112dcb5b0a3f6cfda951 v: v3 --- [refs] | 2 +- trunk/include/target/target_core_fabric.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 988005ab40bb..e3440481f0d0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4355a9110eeb2eaf1dd44fcab16ccbd1c8c5fad4 +refs/heads/master: ec54cc081ead14e85736c6543e36ec59be8a7d3d diff --git a/trunk/include/target/target_core_fabric.h b/trunk/include/target/target_core_fabric.h index aaa26da5a527..523e8bc104d4 100644 --- a/trunk/include/target/target_core_fabric.h +++ b/trunk/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.