commit | f3abc9b963e004b8c96cd7fbee6fd905f2bfd620 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Mon Aug 24 19:35:38 2009 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Mon Aug 24 19:35:38 2009 +0200 |
tree | 9924da76d5d1258824a05dd97264fb8446dd2058 | |
parent | cce5a5c3029f731b5ea17a8a9a953ff742abf0d6 [diff] |
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>