Re: [PATCH] neigh_table_clear() doesn't free stats

2006-09-01 Thread David Miller
From: Kirill Korotaev <[EMAIL PROTECTED]> Date: Fri, 01 Sep 2006 12:28:56 +0400 > neigh_table_clear() doesn't free tbl->stats. > Found by Alexey Kuznetsov. Though Alexey considers this > leak minor for mainstream, I still believe that cleanup > code should not forget to free some of the resources

[PATCH] neigh_table_clear() doesn't free stats

2006-09-01 Thread Kirill Korotaev
neigh_table_clear() doesn't free tbl->stats. Found by Alexey Kuznetsov. Though Alexey considers this leak minor for mainstream, I still believe that cleanup code should not forget to free some of the resources :) At least, this is critical for OpenVZ with virtualized neighbour tables. Signed-Off