X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Finetpeer.h;h=15e1f8fe4c1f5d7040472028b64206e0c5587689;hb=9ea319b61613085f501a79cf8d405cb221d084f3;hp=aa10a8178e7011532d63e66ef0d0d08dfc583634;hpb=71fa0a849b384f066dea6a2351c722c19846f4ac;p=linux-2.6 diff --git a/include/net/inetpeer.h b/include/net/inetpeer.h index aa10a8178e..15e1f8fe4c 100644 --- a/include/net/inetpeer.h +++ b/include/net/inetpeer.h @@ -1,8 +1,6 @@ /* * INETPEER - A storage for permanent information about peers * - * Version: $Id: inetpeer.h,v 1.2 2002/01/12 07:54:56 davem Exp $ - * * Authors: Andrey V. Savochkin */ @@ -22,7 +20,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;