Re: RT_CACHE_SIZE_MAX

A.N.Kuznetsov (kuznet@ms2.inr.ac.ru)
Fri, 15 Aug 1997 16:43:18 +0400 (MSD)


Hello!

>
> --- linux/net/ipv4/route.c.orig Wed May 7 14:28:56 1997
> +++ linux/net/ipv4/route.c Wed May 7 14:30:22 1997
> @@ -936,6 +936,7 @@
> }
> rtp = &rt->rt_next;
> }
> + ip_rt_bh_mask &= ~RT_BH_FREE;
> }
>
> void ip_rt_run_bh()
>

Ooooh... Main lieber Mutti... And what, does it really work
without this line? :-)

Alexey Kuznetsov.