aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/target
diff options
context:
space:
mode:
authorMike Christie <mchristi@redhat.com>2017-05-31 15:52:42 -0500
committerNicholas Bellinger <nab@linux-iscsi.org>2017-07-06 23:11:47 -0700
commit1a444175486026c1a280507f8d82094909acddd2 (patch)
tree819de347c8502a233172520895b3a573ed19bd52 /include/target
parentpscsi: finish cmd processing from pscsi_req_done (diff)
downloadwireguard-linux-1a444175486026c1a280507f8d82094909acddd2.tar.xz
wireguard-linux-1a444175486026c1a280507f8d82094909acddd2.zip
target: remove transport_complete
transport_complete is no longer used, so drop the code. Signed-off-by: Mike Christie <mchristi@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_backend.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/target/target_core_backend.h b/include/target/target_core_backend.h
index 3757f5f54e03..e150e391878b 100644
--- a/include/target/target_core_backend.h
+++ b/include/target/target_core_backend.h
@@ -37,10 +37,6 @@ struct target_backend_ops {
const char *, ssize_t);
ssize_t (*show_configfs_dev_params)(struct se_device *, char *);
- void (*transport_complete)(struct se_cmd *cmd,
- struct scatterlist *,
- unsigned char *);
-
sense_reason_t (*parse_cdb)(struct se_cmd *cmd);
u32 (*get_device_type)(struct se_device *);
sector_t (*get_blocks)(struct se_device *);