From: Pavel Emelyanov Date: Thu, 28 Oct 2010 02:00:43 +0000 (+0000) Subject: fib: Fix fib zone and its hash leak on namespace stop X-Git-Tag: v2.6.37-rc1~32^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa2c466a7733af093a526e9d1cdd0b3b90d47e9;p=pandora-kernel.git fib: Fix fib zone and its hash leak on namespace stop When we stop a namespace we flush the table and free one, but the added fn_zone-s (and their hashes if grown) are leaked. Need to free. Tries releases all its stuff in the flushing code. Shame on us - this bug exists since the very first make-fib-per-net patches in 2.6.27 :( Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed