Re: [PATCH net-next 2/2] inet: RCU changes in inetdev_by_index()
From: David Miller <davem@davemloft.net> Date: 2010-10-19 10:51:03
From: Eric Dumazet <redacted>
Date: Tue, 19 Oct 2010 12:39:26 +0200
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 <redacted>