Mark Brown <[EMAIL PROTECTED]> : [...] > I had been under the impression that the stack was supposed to make sure > that no poll() is running before the driver close() gets called ?
Not exactly. dev_close() waits a bit but it can not be sure that the device driver will not schedule ->poll() from its irq handler later. -- Ueimor - 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