Re: [PATCH] (resubmit) Use list_head-s in inetpeer.c

2007-11-12 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Mon, 12 Nov 2007 17:26:57 +0300 > 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 <[EMAIL PROTECTED]> Applied, thanks Pavel. - To unsubscribe from this lis

[PATCH] (resubmit) Use list_head-s in inetpeer.c

2007-11-12 Thread Pavel Emelyanov
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 <[EMAIL PROTECTED]> --- diff --git a/include/net/inetpeer.h b/include/net/inetpeer.h index aa10a81..ad8404b 100644 --- a/include/net/inetpeer.h +++ b/include/net