From: Eric Dumazet Date: Mon, 24 Aug 2009 17:35:38 +0000 (+0200) Subject: netfilter: bridge: refcount fix X-Git-Tag: v2.6.32-rc1~703^2~21^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3abc9b963e004b8c96cd7fbee6fd905f2bfd620;p=pandora-kernel.git netfilter: bridge: refcount fix commit f216f082b2b37c4943f1e7c393e2786648d48f6f ([NETFILTER]: bridge netfilter: deal with martians correctly) added a refcount leak on in_dev. Instead of using in_dev_get(), we can use __in_dev_get_rcu(), as netfilter hooks are running under rcu_read_lock(), as pointed by Patrick. Signed-off-by: Eric Dumazet Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed