From: Randy Dunlap Date: Sun, 21 Oct 2007 23:24:27 +0000 (-0700) Subject: [ATM]: Fix clip module reload crash. X-Git-Tag: v2.6.24-rc1~62^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfb85c9f753a7172bd962e8717118191dfd612cc;p=pandora-kernel.git [ATM]: Fix clip module reload crash. net/atm/clip.c crashes the kernel if it (module) is loaded, removed, and then loaded again. Its exit call to neigh_table_clear() should destroy the cache after freeing it. Signed-off-by: Randy Dunlap Signed-off-by: David S. Miller --- Reading git-diff-tree failed