summaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h
diff options
context:
space:
mode:
authorHerbert Xu2007-10-14 09:39:33 +0200
committerDavid S. Miller2007-10-15 21:26:28 +0200
commitaf1e1cf073e3d038b7aac417a20585ecdcab7de6 (patch)
tree2a9eaba23f721fd59160d77cbaaa643ad44f8f76 /include/net/ip_vs.h
parent[NETFILTER]: Do not copy skb in skb_make_writable (diff)
downloadkernel-qcow2-linux-af1e1cf073e3d038b7aac417a20585ecdcab7de6.tar.gz
kernel-qcow2-linux-af1e1cf073e3d038b7aac417a20585ecdcab7de6.tar.xz
kernel-qcow2-linux-af1e1cf073e3d038b7aac417a20585ecdcab7de6.zip
[IPVS]: Replace local version of skb_make_writable
This patch removes the IPVS-specific version of skb_make_writable and replaces it with the netfilter one. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip_vs.h')
-rw-r--r--include/net/ip_vs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
index 672564e5a81d..5da3b4a40aa2 100644
--- a/include/net/ip_vs.h
+++ b/include/net/ip_vs.h
@@ -984,7 +984,6 @@ static inline char ip_vs_fwd_tag(struct ip_vs_conn *cp)
return fwd;
}
-extern int ip_vs_make_skb_writable(struct sk_buff **pskb, int len);
extern void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp,
struct ip_vs_conn *cp, int dir);