[PATCH] Make helper to get dst entry and use is

2007-11-10 Thread Pavel Emelyanov
There are many places that get the dst entry, increase the __use counter and set the lastuse time stamp. Make a helper for this. Signed-off-by: Pavel Emelyanov [EMAIL PROTECTED] --- diff --git a/include/net/dst.h b/include/net/dst.h index e9ff4a4..2f65e89 100644 --- a/include/net/dst.h +++

Re: [PATCH] Make helper to get dst entry and use is

2007-11-10 Thread David Miller
From: Pavel Emelyanov [EMAIL PROTECTED] Date: Sat, 10 Nov 2007 17:29:52 +0300 There are many places that get the dst entry, increase the __use counter and set the lastuse time stamp. Make a helper for this. Signed-off-by: Pavel Emelyanov [EMAIL PROTECTED] Nice cleanup, applied. Thanks!