summaryrefslogtreecommitdiff
path: root/net/netfilter
diff options
context:
space:
mode:
authorYing Xue <ying.xue@windriver.com>2014-01-15 02:23:40 (GMT)
committerDavid S. Miller <davem@davemloft.net>2014-01-15 02:50:46 (GMT)
commitd4c5fba2f6c272ed687fe6351e5b20bc60cf24f0 (patch)
tree52c2a24ee3b90543b4a5e4d28b6fd513570f185e /net/netfilter
parentd9ac62be5740272f495154469cc9f77feb8d541a (diff)
downloadlinux-d4c5fba2f6c272ed687fe6351e5b20bc60cf24f0.tar.xz
decnet: use __dev_get_by_index instead of dev_get_by_index to find interface
The following call chain we can identify that dn_cache_getroute() is protected under rtnl_lock. So if we use __dev_get_by_index() instead of dev_get_by_index() to find interface handlers in it, this would help us avoid to change interface reference counter. rtnetlink_rcv() rtnl_lock() netlink_rcv_skb() dn_cache_getroute() rtnl_unlock() Signed-off-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter')
0 files changed, 0 insertions, 0 deletions