Eric Dumazet f3abc9b963 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 <eric.dumazet@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-08-24 19:35:38 +02:00
..
2009-02-09 15:07:18 -08:00
2009-08-24 19:35:38 +02:00
2008-06-11 21:00:38 -07:00
2008-06-11 21:00:38 -07:00
2009-08-05 10:42:58 -07:00
2008-07-05 21:25:56 -07:00