Shaohua Li
2865a8fb44
workqueue: copy workqueue_attrs with all fields
...
$echo '0' > /sys/bus/workqueue/devices/xxx/numa
$cat /sys/bus/workqueue/devices/xxx/numa
I got 1. It should be 0, the reason is copy_workqueue_attrs() called
in apply_workqueue_attrs() doesn't copy no_numa field.
Fix it by making copy_workqueue_attrs() copy ->no_numa too. This
would also make get_unbound_pool() set a pool's ->no_numa attribute
according to the workqueue attributes used when the pool was created.
While harmelss, as ->no_numa isn't a pool attribute, this is a bit
confusing. Clear it explicitly.
tj: Updated description and comments a bit.
Signed-off-by: Shaohua Li <shli@fusionio.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: stable@vger.kernel.org
2013-08-01 08:36:40 -04:00
..
2013-06-14 23:01:05 +02:00
2013-04-30 17:04:10 -07:00
2013-07-12 11:11:09 +02:00
2013-01-11 11:39:33 -08:00
2013-07-13 15:37:30 -07:00
2013-07-03 17:12:13 -07:00
2013-07-12 13:52:58 +02:00
2013-07-12 12:35:40 +02:00
2013-07-11 09:02:09 -07:00
2013-04-22 07:09:06 -07:00
2013-05-04 14:57:58 -04:00
2013-03-12 13:59:14 -07:00
2013-06-12 16:29:46 -07:00
2013-01-11 14:54:55 -08:00
2013-06-12 16:29:45 -07:00
2013-07-09 10:33:19 -07:00
2013-07-09 10:33:19 -07:00
2013-07-09 10:33:19 -07:00
2013-04-14 10:06:31 -07:00
2012-11-19 08:13:38 -08:00
2013-07-14 17:50:23 +04:00
2013-05-01 07:21:43 -07:00
2013-05-01 17:29:18 -04:00
2013-06-20 08:18:35 -10:00
2012-05-31 17:49:27 -07:00
2013-06-12 16:29:44 -07:00
2013-07-02 20:04:25 -07:00
2012-12-18 10:55:28 -08:00
2013-01-27 19:23:31 +01:00
2012-03-28 18:30:03 +01:00
2013-07-09 10:33:26 -07:00
2013-04-15 13:25:16 +02:00
2013-07-10 18:11:34 -07:00
2013-05-12 14:16:22 +02:00
2013-02-23 18:50:11 -08:00
2013-06-25 23:11:19 +02:00
2012-05-03 03:29:33 -07:00
2013-07-06 14:09:38 -07:00
2012-04-25 12:39:25 +02:00
2013-02-05 00:48:46 +01:00
2012-04-10 11:00:30 +02:00
2012-08-06 19:00:35 +03:00
2013-04-15 15:17:26 +09:30
2012-12-20 17:40:19 -08:00
2013-05-28 08:50:00 +02:00
2012-03-23 13:18:57 +01:00
2013-04-30 17:04:07 -07:00
2013-07-03 16:08:02 -07:00
2013-07-03 16:07:46 -07:00
2012-12-11 18:10:49 -08:00
2013-04-30 17:04:02 -07:00
2012-05-29 23:28:41 -04:00
2012-10-24 12:39:09 +02:00
2013-05-12 14:16:21 +02:00
2013-07-09 10:33:29 -07:00
2013-03-15 15:09:43 +10:30
2012-12-20 17:40:21 -08:00
2012-12-05 11:27:24 +10:30
2012-10-19 17:30:40 -07:00
2013-07-10 14:51:41 -07:00
2013-07-12 12:07:46 +02:00
2013-05-01 17:29:39 -04:00
2012-12-06 17:16:23 +08:00
2013-07-11 09:02:09 -07:00
2013-07-02 15:38:19 +09:30
2013-05-01 17:51:54 -07:00
2013-07-03 16:08:05 -07:00
2013-07-03 16:54:42 +02:00
2013-04-18 12:51:19 +02:00
2013-07-10 18:14:24 -07:00
2013-05-01 17:29:18 -04:00
2013-07-09 10:33:26 -07:00
2013-06-18 11:32:10 -05:00
2013-01-28 22:06:21 -08:00
2013-06-10 13:46:44 -07:00
2013-06-10 13:45:53 -07:00
2013-06-10 13:45:53 -07:00
2013-06-10 13:45:25 -07:00
2013-06-10 13:46:44 -07:00
2013-05-05 00:16:35 -04:00
2013-07-03 16:07:41 -07:00
2013-06-10 13:44:56 -07:00
2013-07-09 10:33:29 -07:00
2013-05-08 10:13:35 -07:00
2012-12-18 15:02:12 -08:00
2013-07-03 16:08:06 -07:00
2013-02-07 20:51:08 +01:00
2013-04-10 14:48:37 +02:00
2013-05-28 09:23:52 +02:00
2013-03-23 15:53:52 -07:00
2013-03-26 11:07:19 +11:00
2013-04-30 17:04:08 -07:00
2013-05-12 14:16:23 +02:00
2013-04-30 17:04:03 -07:00
2013-04-12 14:18:43 +02:00
2012-08-13 17:01:07 +02:00
2013-07-02 16:14:35 -07:00
2012-03-23 13:18:57 +01:00
2013-02-07 15:19:36 -08:00
2013-02-26 22:25:17 +01:00
2013-05-09 13:46:38 -04:00
2013-07-09 10:33:29 -07:00
2013-06-26 18:01:46 +09:00
2013-07-12 12:34:42 +02:00
2012-09-13 16:47:34 +02:00
2012-10-06 03:05:31 +09:00
2013-04-29 18:28:42 -07:00
2013-06-19 12:58:42 +02:00
2013-02-16 23:17:25 +01:00
2013-06-28 17:10:11 +02:00
2013-04-29 13:55:38 -07:00
2013-01-27 19:23:31 +01:00
2013-03-03 22:58:33 -05:00
2013-05-01 17:51:54 -07:00
2013-02-27 19:10:24 -08:00
2013-05-01 17:51:54 -07:00
2013-02-27 19:10:22 -08:00
2013-05-01 17:29:39 -04:00
2013-05-15 13:50:38 +01:00
2013-06-20 15:46:32 +02:00
2013-06-19 12:58:42 +02:00
2013-08-01 08:36:40 -04:00