Re: Linux 2.6.7-rc3

From: David S. Miller
Date: Mon Jun 07 2004 - 18:26:19 EST


On Mon, 7 Jun 2004 14:09:04 -0700 (PDT)
Linus Torvalds <torvalds@xxxxxxxx> wrote:

> On Mon, 7 Jun 2004, Christoph Hellwig wrote:
> >
> > This one here:
> >
> > diff -Nru a/include/linux/netfilter_arp.h b/include/linux/netfilter_arp.h
> > --- a/include/linux/netfilter_arp.h 2004-06-07 21:58:09 +02:00
> > +++ b/include/linux/netfilter_arp.h 2004-06-07 21:58:09 +02:00
> > @@ -17,4 +17,5 @@
> > #define NF_ARP_FORWARD 2
> > #define NF_ARP_NUMHOOKS 3
> >
> > +static DECLARE_MUTEX(arpt_mutex);
> > #endif /* __LINUX_ARP_NETFILTER_H */
> >
> > looks perfectly fucked up.
>
> Agreed. David? Jamal?

It happens to be OK since arp_tables.c is the only includer of that header
but I agree it's gross and I'll put it back into arp_tables.c
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/