A pair of suspend2 patches
Posted Aug 1, 2005 17:42 UTC (Mon) by
bronson (subscriber, #4806)
Parent article:
A pair of suspend2 patches
Long function names like this usually indicate a flags parameter could be useful:
create_workqueue(NOFREEZE | SINGLETHREAD);
This tends to make the API more future-friendly too. Other than performance (which isn't too critical when creating workqueues), is there any reason to create 2^N function calls instead of N flags?
(
Log in to post comments)