commit | 9e917dca74138cccf398ce8bb924c7fd2980ec1d | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Tue Oct 19 00:39:18 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 19 03:50:47 2010 -0700 |
tree | 9aeaa145a5a2b4a513a814eb41f05bd2446ddfe5 | |
parent | 5d6076bb2e642bbcb1263c6cf239b9a1f3d0df08 [diff] |
net: avoid a dev refcount in ip_mc_find_dev() We hold RTNL in ip_mc_find_dev(), no need to touch device refcount. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>