Lai Jiangshan
6be195886a
workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_END
...
Now that workqueue has moved away from gcwqs, workqueue no longer has
the need to have a CPU identifier indicating "no cpu associated" - we
now use WORK_OFFQ_POOL_NONE instead - and most uses of WORK_CPU_NONE
are gone.
The only left usage is as the end marker for for_each_*wq*()
iterators, where the name WORK_CPU_NONE is confusing w/o actual
WORK_CPU_NONE usages. Similarly, WORK_CPU_LAST which equals
WORK_CPU_NONE no longer makes sense.
Replace both WORK_CPU_NONE and LAST with WORK_CPU_END. This patch
doesn't introduce any functional difference.
tj: s/WORK_CPU_LAST/WORK_CPU_END/ and rewrote the description.
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com >
Signed-off-by: Tejun Heo <tj@kernel.org >
2013-02-06 18:04:53 -08:00
..
2012-10-13 11:16:58 +09:00
2012-12-17 15:44:47 -08:00
2012-12-11 18:12:06 -08:00
2012-12-12 08:18:24 -08:00
2013-01-18 14:05:55 -08:00
2012-12-13 15:31:08 -08:00
2012-12-17 17:15:17 -08:00
2012-10-12 20:15:09 -04:00
2013-01-18 14:05:56 -08:00
2012-08-15 12:55:22 +02:00
2012-10-12 00:32:02 -04:00
2012-10-09 23:33:37 -04:00
2012-10-12 00:32:02 -04:00
2012-10-12 00:32:02 -04:00
2012-12-12 12:22:13 -08:00
2012-11-19 08:13:38 -08:00
2012-12-17 20:58:12 -08:00
2012-12-17 17:15:18 -08:00
2012-11-30 11:40:07 -08:00
2012-12-11 19:56:33 -08:00
2012-12-12 17:38:32 -08:00
2012-12-16 15:40:50 -08:00
2012-12-17 15:44:47 -08:00
2012-12-17 15:44:47 -08:00
2012-10-26 14:27:49 -07:00
2012-11-26 17:41:24 -08:00
2012-08-06 19:00:35 +03:00
2012-09-13 17:56:13 +02:00
2012-10-06 03:05:19 +09:00
2012-10-12 13:35:07 -04:00
2012-09-13 22:52:11 -04:00
2012-12-11 18:10:49 -08:00
2012-12-12 17:38:33 -08:00
2012-10-24 12:39:09 +02:00
2012-09-13 17:00:44 +02:00
2012-12-03 06:27:05 +01:00
2012-12-03 13:06:25 +10:30
2012-12-05 11:27:24 +10:30
2012-10-19 17:30:40 -07:00
2012-12-17 17:15:12 -08:00
2012-11-20 04:18:14 -08:00
2012-12-06 17:16:23 +08:00
2012-07-30 17:25:13 -07:00
2012-11-20 04:19:49 -08:00
2012-12-17 20:58:12 -08:00
2012-11-28 17:07:38 +01:00
2012-12-17 17:15:13 -08:00
2012-12-06 10:39:54 +01:00
2012-12-17 20:58:12 -08:00
2012-10-23 14:54:08 -07:00
2012-10-23 14:54:08 -07:00
2012-10-23 14:54:08 -07:00
2012-11-13 14:08:34 -08:00
2012-11-16 09:59:58 -08:00
2012-11-16 10:05:57 -08:00
2012-11-16 10:05:57 -08:00
2012-11-30 11:40:07 -08:00
2012-11-16 10:05:57 -08:00
2012-12-12 17:38:33 -08:00
2012-10-06 03:05:31 +09:00
2012-10-02 21:14:29 +10:00
2012-12-17 15:44:47 -08:00
2012-08-13 17:01:07 +02:00
2012-08-13 17:01:07 +02:00
2012-10-29 21:31:32 +01:00
2012-11-16 09:59:58 -08:00
2012-11-28 17:07:57 +01:00
2012-11-19 05:59:09 -08:00
2012-12-16 15:18:08 -08:00
2012-09-13 16:47:34 +02:00
2012-10-06 03:05:31 +09:00
2012-09-24 12:38:06 -04:00
2012-10-09 21:27:14 +02:00
2012-09-18 01:01:32 -07:00
2012-11-20 04:19:49 -08:00
2012-11-20 04:19:49 -08:00
2012-11-20 04:19:49 -08:00
2012-12-06 10:39:54 +01:00
2012-12-17 17:15:13 -08:00
2013-01-24 11:01:34 -08:00
2013-02-06 18:04:53 -08:00