X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Finetpeer.h;h=ad8404b5611372bbecc7b1759463bb817e8051df;hb=3dbfd0801bbbaf2800d7497d83d743a614430e82;hp=aa10a8178e7011532d63e66ef0d0d08dfc583634;hpb=bdbf77d6707a52bdeff223d0a60df12d086d21d7;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;