[2.6 patch] net/ipv4/ipvs/: remove unused exports

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Rumen G. Bogdanovski <rumen@...>, <wensong@...>, <horms@...>, <ja@...>
Cc: <netdev@...>, <linux-kernel@...>
Date: Sunday, November 11, 2007 - 2:48 am

This patch removes the following unused EXPORT_SYMBOL's:
- ip_vs_try_bind_dest
- ip_vs_find_dest

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

 net/ipv4/ipvs/ip_vs_conn.c |    1 -
 net/ipv4/ipvs/ip_vs_ctl.c  |    1 -
 2 files changed, 2 deletions(-)

ad9f400d4f66ea3423f97e609d6ef2572055c603 
diff --git a/net/ipv4/ipvs/ip_vs_conn.c b/net/ipv4/ipvs/ip_vs_conn.c
index b7eeae6..0a9f3c3 100644
--- a/net/ipv4/ipvs/ip_vs_conn.c
+++ b/net/ipv4/ipvs/ip_vs_conn.c
@@ -441,7 +441,6 @@ struct ip_vs_dest *ip_vs_try_bind_dest(struct ip_vs_conn *cp)
 	} else
 		return NULL;
 }
-EXPORT_SYMBOL(ip_vs_try_bind_dest);
 
 
 /*
diff --git a/net/ipv4/ipvs/ip_vs_ctl.c b/net/ipv4/ipvs/ip_vs_ctl.c
index 3c4d22a..b64cf45 100644
--- a/net/ipv4/ipvs/ip_vs_ctl.c
+++ b/net/ipv4/ipvs/ip_vs_ctl.c
@@ -604,7 +604,6 @@ struct ip_vs_dest *ip_vs_find_dest(__be32 daddr, __be16 dport,
 	ip_vs_service_put(svc);
 	return dest;
 }
-EXPORT_SYMBOL(ip_vs_find_dest);
 
 /*
  *  Lookup dest by {svc,addr,port} in the destination trash.

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[2.6 patch] net/ipv4/ipvs/: remove unused exports, Adrian Bunk, (Sun Nov 11, 2:48 am)
Re: [2.6 patch] net/ipv4/ipvs/: remove unused exports, David Miller, (Tue Nov 13, 1:25 am)
Re: [2.6 patch] net/ipv4/ipvs/: remove unused exports, Simon Horman, (Sun Nov 11, 3:09 am)
Re: [2.6 patch] net/ipv4/ipvs/: remove unused exports, Adrian Bunk, (Mon Nov 12, 3:58 am)
Re: [2.6 patch] net/ipv4/ipvs/: remove unused exports, David Miller, (Mon Nov 12, 4:01 am)