David S. Miller wrote:
netif_rx() grabs the device reference, this wasn't hard
to figure out, I just grep'd and you could have done so
as well :-)

Ahh, ok.  And it's safe to not hold it before then because
the net-device can't go away before or during it's call netif_rx...

And for the record, I grepped a great deal of dev_holds, but
associating a particular get with a put is making my head hurt :)

Ben

--
Ben Greear <[EMAIL PROTECTED]>
Candela Technologies Inc  http://www.candelatech.com

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to