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. */