X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Finetpeer.h;h=ad8404b5611372bbecc7b1759463bb817e8051df;hb=3e37c3f9978839d91188e4ca0cc662a7245f28e4;hp=aa10a8178e7011532d63e66ef0d0d08dfc583634;hpb=c45aa055c32b488fc3fd73c760df372b09acf69a;p=linux-2.6 diff --git a/include/net/inetpeer.h b/include/net/inetpeer.h index aa10a8178e..ad8404b561 100644 --- a/include/net/inetpeer.h +++ b/include/net/inetpeer.h @@ -22,7 +22,7 @@ struct inet_peer __be32 v4daddr; /* peer's address */ __u16 avl_height; __u16 ip_id_count; /* IP ID for the next packet */ - struct inet_peer *unused_next, **unused_prevp; + struct list_head unused; __u32 dtime; /* the time of last use of not * referenced entries */ atomic_t refcnt;