net: avoid a dev refcount in ip_mc_find_dev()
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 19 Oct 2010 00:39:18 +0000 (00:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Oct 2010 10:50:47 +0000 (03:50 -0700)
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>

No differences found