summaryrefslogtreecommitdiff
path: root/usr/iscsi_sysfs.h
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2008-05-19 18:10:33 -0500
committerMike Christie <michaelc@cs.wisc.edu>2008-05-19 21:20:06 -0500
commitdc75ff01ee126dbde42d4f2fe975c17e25719cf9 (patch)
tree7113fda7bef8ad4d3ae7b773faebd229626e92aa /usr/iscsi_sysfs.h
parent548209b06fbe2cc6069734e7e9e6a0903835252a (diff)
downloadopen-iscsi-dc75ff01ee126dbde42d4f2fe975c17e25719cf9.tar.gz
Revert Release-transport-entry-when-the-transport-is-unload.patch
We do not need a new event to figure out that a transport is missing. We can just check before accessing the transport. This reverts the original patch. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Diffstat (limited to 'usr/iscsi_sysfs.h')
-rw-r--r--usr/iscsi_sysfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/iscsi_sysfs.h b/usr/iscsi_sysfs.h
index 4282a16..9a43506 100644
--- a/usr/iscsi_sysfs.h
+++ b/usr/iscsi_sysfs.h
@@ -93,7 +93,6 @@ extern struct iscsi_transport *get_transport_by_hba(long host_no);
extern struct iscsi_transport *get_transport_by_session(char *sys_session);
extern struct iscsi_transport *get_transport_by_sid(uint32_t sid);
extern struct iscsi_transport *get_transport_by_name(char *transport_name);
-extern int free_transport_by_handle(uint64_t handle);
extern struct list_head transports;