Re: Problems with 2.0.5

really kuznet@ms2.inr.ac.ru (inr-linux-kernel@ms2.inr.ac.ru)
11 Jul 1996 17:33:43 +0400


Alan Cox (alan@cymru.NET) wrote:

: Don't even both telling me 2.0.5 doesnt compile. I know, all I dont know
: is who put the strange patch in that breaks it and why it was allowed in

: The following appears to be complete garbage since a route doesnt even
: have a "u." substructure.

: - dev=rt->rt_dev;
: - route_src = rt->rt_src;
: - atomic_dec(&rt->rt_use);
: + dev=rt->u.dst.dev;
: + atomic_dec(&rt->u.dst.use);
: ip_rt_put(rt);

It's me. Beg pardon, it was "parity error" 8), it's very hot in Moscow
(38 and 80% humidity) and my room has no conditioner.

Alexey Kuznetsov.