Sorry, I wasn't clear! skb_release_data() does an atomic ops on the
skb data region, which is almost certainly on the same CPU. This is
an atomic op on a global counter for the module, which almost
certainly isn't.
For something which (statistically speaking) never happens (module
unload).
Ouch,
Rusty.
-- Premature optmztion is rt of all evl. --DK - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/