From: Ben Greear <[EMAIL PROTECTED]> Date: Sat, 27 Aug 2005 11:19:24 -0700
> Although my implementation is not there yet, it would be nice if we > could use the address of the pointer than holds the dev reference > as the key. We should then be able to also catch double dereferences > and places where the same pointer is used to hold two references at > the same time (ie, forgot to drop the old ref before adding the new.) You make some good points, let me think about it. One worrysome spot is the case where multiple references from a single client are legal. I can't think of any such cases here, but it's something to at least consider. - 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