commit | 4aa2c466a7733af093a526e9d1cdd0b3b90d47e9 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@parallels.com> | Thu Oct 28 02:00:43 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 28 10:27:03 2010 -0700 |
tree | 093d99b6c728867a8eb9548463d94661e3d0799e | |
parent | b1424ed91076db0b19ba4141856150df9b717dde [diff] |
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 <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>