[PATCH 0/5] workqueue: cleanup for apply_workqueue_attrs()

2015-05-11 Thread Lai Jiangshan
This patchset has several cleanups to apply_workqueue_attrs(), including enlagring the protection region of wq_pool_mutex, merging similar code, changing the API ... Patch3 is not just cleanup, it changes behavior and ensures attrs-changing be sequentially. Thanks, Lai Cc: Tejun Heo Lai

[PATCH 0/5] workqueue: cleanup for apply_workqueue_attrs()

2015-05-11 Thread Lai Jiangshan
This patchset has several cleanups to apply_workqueue_attrs(), including enlagring the protection region of wq_pool_mutex, merging similar code, changing the API ... Patch3 is not just cleanup, it changes behavior and ensures attrs-changing be sequentially. Thanks, Lai Cc: Tejun Heo