aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iscsi
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2016-05-17 15:21:17 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2016-05-17 15:21:17 +0000
commit257cbe34102b99845e59647c62ebdd01ed680c9c (patch)
tree73417c93abf8dd693ea177d1015b6da646380e03 /sys/dev/iscsi
parent5f7b3969e97cb5d7e02ce7156f6fe097df82b5b5 (diff)
Rename icl_proxy.c to icl_soft_proxy.c, to make it clear it's a part
of software ICL backend. MFC after: 1 month Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=300061
Diffstat (limited to 'sys/dev/iscsi')
-rw-r--r--sys/dev/iscsi/icl.h3
-rw-r--r--sys/dev/iscsi/icl_soft_proxy.c (renamed from sys/dev/iscsi/icl_proxy.c)0
2 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/iscsi/icl.h b/sys/dev/iscsi/icl.h
index 521ac8f387fc..735e5db96b44 100644
--- a/sys/dev/iscsi/icl.h
+++ b/sys/dev/iscsi/icl.h
@@ -150,7 +150,8 @@ int icl_listen_add(struct icl_listen *il, bool rdma,
int icl_listen_remove(struct icl_listen *il, struct sockaddr *sa);
/*
- * Those two are not a public API; only to be used between icl_soft.c and icl_proxy.c.
+ * Those two are not a public API; only to be used between icl_soft.c
+ * and icl_soft_proxy.c.
*/
int icl_soft_handoff_sock(struct icl_conn *ic, struct socket *so);
int icl_soft_proxy_connect(struct icl_conn *ic, int domain,
diff --git a/sys/dev/iscsi/icl_proxy.c b/sys/dev/iscsi/icl_soft_proxy.c
index f91bea3cdc47..f91bea3cdc47 100644
--- a/sys/dev/iscsi/icl_proxy.c
+++ b/sys/dev/iscsi/icl_soft_proxy.c