From c8f4c5b600db644cfd747e77ee263a28d0ccc85b Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Mon, 17 Dec 2007 22:42:09 -0800 Subject: [PATCH] --- yaml --- r: 78548 b: refs/heads/master c: 90a9ba8dd90bcffe279d3272545bccba6dcc8d7c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/netfilter.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index dcd9d4c5abf4..d08541386657 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 76aa1ce139f649e432272f6ad75204b763ef13bd +refs/heads/master: 90a9ba8dd90bcffe279d3272545bccba6dcc8d7c diff --git a/trunk/include/linux/netfilter.h b/trunk/include/linux/netfilter.h index 368b7ed1f1bf..bd4a2dd54233 100644 --- a/trunk/include/linux/netfilter.h +++ b/trunk/include/linux/netfilter.h @@ -206,9 +206,6 @@ int compat_nf_setsockopt(struct sock *sk, int pf, int optval, int compat_nf_getsockopt(struct sock *sk, int pf, int optval, char __user *opt, int *len); -/* FIXME: Before cache is ever used, this must be implemented for real. */ -extern void nf_invalidate_cache(int pf); - /* Call this before modifying an existing packet: ensures it is modifiable and linear to the point you care about (writable_len). Returns true or false. */