From: Pavel Emelyanov Date: Thu, 29 Nov 2007 12:41:43 +0000 (+1100) Subject: [BRIDGE]: Lost call to br_fdb_fini() in br_init() error path X-Git-Tag: v2.6.24-rc4~8^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17efdd45755c0eb8d1418a1368ef7c7ebbe98c6e;p=pandora-kernel.git [BRIDGE]: Lost call to br_fdb_fini() in br_init() error path In case the br_netfilter_init() (or any subsequent call) fails, the br_fdb_fini() must be called to free the allocated in br_fdb_init() br_fdb_cache kmem cache. Signed-off-by: Pavel Emelyanov Signed-off-by: Herbert Xu --- Reading git-diff-tree failed