Problems with 2.0.5

Alan Cox (alan@cymru.net)
Wed, 10 Jul 1996 15:49:21 +0100


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);

Alan