]> git.baikalelectronics.ru Git - kernel.git/commit
[INET]: Use list_head-s in inetpeer.c
authorPavel Emelyanov <xemul@openvz.org>
Tue, 13 Nov 2007 05:27:28 +0000 (21:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Nov 2007 05:27:28 +0000 (21:27 -0800)
commit1c966b1fc608e9ff235c09681ff94f92eb778a9a
treea812e34e54e36f74ce9ef61f6e9e42100d0a6ef4
parentb89787661f1ba02546b46f4b33fd1a8246f6b173
[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>
include/net/inetpeer.h
net/ipv4/inetpeer.c