Tejun Heo 8719dceae2 workqueue: reject adjusting max_active or applying attrs to ordered workqueues
Adjusting max_active of or applying new workqueue_attrs to an ordered
workqueue breaks its ordering guarantee.  The former is obvious.  The
latter is because applying attrs creates a new pwq (pool_workqueue)
and there is no ordering constraint between the old and new pwqs.

Make apply_workqueue_attrs() and workqueue_set_max_active() trigger
WARN_ON() if those operations are requested on an ordered workqueue
and fail / ignore respectively.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>
2013-03-12 11:30:04 -07:00
..
2013-03-02 16:33:54 -08:00
2013-02-21 15:27:22 -08:00
2013-03-01 13:39:00 -08:00
2013-02-22 09:22:19 +02:00
2013-02-21 12:11:44 -08:00
2013-03-02 16:46:07 -08:00
2013-02-21 15:27:22 -08:00
2013-02-25 09:24:55 -05:00
2013-02-21 12:05:51 -08:00
2013-02-21 14:16:27 -03:00
2013-02-26 02:46:08 -05:00
2013-01-24 09:04:04 +01:00
2013-02-22 23:31:31 -05:00
2013-01-25 21:03:54 -08:00
2013-02-27 19:10:21 -08:00
2013-02-06 15:59:47 -05:00
2013-01-29 13:59:57 -05:00
2013-01-29 19:32:58 -08:00
2013-03-02 16:46:07 -08:00
2013-02-25 21:18:18 -08:00
2013-02-21 12:05:51 -08:00
2013-02-21 13:41:04 -08:00
2013-01-24 15:37:26 +01:00
2013-02-26 09:34:29 -08:00
2013-02-21 12:05:51 -08:00
2013-02-19 08:43:34 +01:00
2013-02-03 15:09:26 -05:00
2013-02-10 19:41:08 -05:00
2013-02-14 09:21:15 -05:00
2013-02-21 14:58:40 -08:00
2013-02-08 18:28:04 +01:00
2013-01-25 15:06:01 -08:00