Kaynağa Gözat

[IPVS]: Remove unused exports.

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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Adrian Bunk 17 yıl önce
ebeveyn
işleme
22649d1afb
2 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 1
      net/ipv4/ipvs/ip_vs_conn.c
  2. 0 1
      net/ipv4/ipvs/ip_vs_ctl.c

+ 0 - 1
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);
 
 
 /*

+ 0 - 1
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.