commit | d71209ded2ba6010070d02005384897c59859d00 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Mon Nov 12 21:27:28 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 12 21:27:28 2007 -0800 |
tree | a812e34e54e36f74ce9ef61f6e9e42100d0a6ef4 | |
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>