diff options
| author | Pavel Emelyanov <xemul@openvz.org> | 2007-11-13 00:27:28 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2007-11-13 00:27:28 -0500 |
| commit | d71209ded2ba6010070d02005384897c59859d00 (patch) | |
| tree | a812e34e54e36f74ce9ef61f6e9e42100d0a6ef4 /include/net | |
| parent | 22649d1afbe6988688a07fd70abb06f1e2213567 (diff) | |
[INET]: Use list_head-s in inetpeer.c
The inetpeer.c tracks the LRU list of inet_perr-s, but makes
it by hands. Use the list_head-s for this.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/inetpeer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 22 | __be32 v4daddr; /* peer's address */ | 22 | __be32 v4daddr; /* peer's address */ |
| 23 | __u16 avl_height; | 23 | __u16 avl_height; |
| 24 | __u16 ip_id_count; /* IP ID for the next packet */ | 24 | __u16 ip_id_count; /* IP ID for the next packet */ |
| 25 | struct inet_peer *unused_next, **unused_prevp; | 25 | struct list_head unused; |
| 26 | __u32 dtime; /* the time of last use of not | 26 | __u32 dtime; /* the time of last use of not |
| 27 | * referenced entries */ | 27 | * referenced entries */ |
| 28 | atomic_t refcnt; | 28 | atomic_t refcnt; |
