On Sun, Aug 31, 2014 at 07:02:00AM -0400, Tejun Heo wrote: > So, something like the following. A couple things to note > > * driver_attach() can never fail but is marked with __must_check. We > prolly should change it to void. > > * Old/weird userspace which depends on insmod to wait for device > probing might choke and the new behavior might need to be switched > somehow (sysctl, insmod param or whatever).
One more thing. * Use of ordered workqueue probably isn't necessary and using system_unbound_wq should be fine. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

