Files
linux-stable-mirror/include/linux
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-11-26 10:19:17 -08:00
2012-12-07 17:02:47 +00:00
2012-11-30 12:37:36 +01:00
2012-12-02 00:05:12 +00:00
2012-11-15 00:34:23 +01:00
2012-11-28 11:54:40 +01:00
2012-11-22 13:43:27 +09:00
2012-11-28 21:49:02 -05:00
2012-11-28 21:49:02 -05:00
2012-12-17 20:58:12 -08:00
2012-11-21 10:07:48 +01:00
2012-11-23 12:23:40 +01:00
2012-11-21 15:09:26 -08:00
2012-12-17 17:15:22 -08:00
2012-11-20 16:15:02 +10:00
2012-12-12 17:38:33 -08:00
2012-12-11 17:22:27 -08:00
2012-12-17 17:15:22 -08:00
2012-11-16 14:33:04 -08:00
2012-11-15 17:20:58 -08:00