commit | 8723e1b4ad9be4444423b4d41509ce859a629649 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Tue Oct 19 00:39:26 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 19 03:50:48 2010 -0700 |
tree | 00b0121c12e62736807e998b22b8964f1a5e1df9 | |
parent | 9e917dca74138cccf398ce8bb924c7fd2980ec1d [diff] |
inet: RCU changes in inetdev_by_index() Convert inetdev_by_index() to not increment in_dev refcount. Callers hold RCU or RTNL, and should not decrement in_dev refcount. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>