Joonsoo Kim
b75cac9368
workqueue: correct req_cpu in trace_workqueue_queue_work()
...
When we do tracing workqueue_queue_work(), it records requested cpu.
But, if !(@wq->flag & WQ_UNBOUND) and @cpu is WORK_CPU_UNBOUND,
requested cpu is changed as local cpu.
In case of @wq->flag & WQ_UNBOUND, above change is not occured,
therefore it is reasonable to correct it.
Use temporary local variable for storing requested cpu.
Signed-off-by: Joonsoo Kim <js1304@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
2012-08-16 14:21:15 -07:00
..
2012-07-21 10:34:00 -07:00
2012-07-30 11:27:25 +02:00
2012-07-31 20:44:03 -07:00
2012-07-30 17:25:13 -07:00
2012-07-31 15:34:13 -07:00
2012-07-22 11:35:46 -07:00
2012-07-26 11:14:49 -07:00
2012-07-20 09:07:37 +01:00
2012-07-14 16:37:27 +04:00
2012-07-14 16:35:02 +04:00
2012-08-01 10:26:23 -07:00
2012-07-24 17:47:44 -07:00
2012-05-31 17:49:27 -07:00
2012-07-31 18:42:44 -07:00
2012-07-24 13:53:28 +02:00
2012-05-23 22:11:41 -04:00
2012-07-26 13:36:43 -07:00
2012-07-31 18:42:43 -07:00
2012-07-11 23:34:39 +02:00
2012-05-29 16:22:32 -07:00
2012-05-31 17:49:32 -07:00
2012-07-30 17:25:20 -07:00
2012-07-30 17:25:20 -07:00
2012-07-22 10:15:28 -07:00
2012-05-29 23:28:41 -04:00
2012-06-01 10:34:35 -07:00
2012-05-23 22:28:53 +09:30
2012-07-30 17:25:13 -07:00
2012-06-20 14:39:36 -07:00
2012-05-24 00:28:21 -04:00
2012-07-30 17:25:14 -07:00
2012-07-02 12:34:23 -07:00
2012-07-06 06:01:48 -07:00
2012-07-02 12:34:25 -07:00
2012-07-06 06:01:49 -07:00
2012-07-06 06:01:48 -07:00
2012-07-06 06:01:49 -07:00
2012-07-06 06:01:48 -07:00
2012-07-06 05:59:30 -07:00
2012-06-13 21:16:42 +02:00
2012-05-29 16:22:27 -07:00
2012-07-30 17:25:21 -07:00
2012-07-22 23:57:54 +04:00
2012-06-05 17:27:14 +02:00
2012-05-24 22:58:08 +02:00
2012-06-11 15:07:52 +02:00
2012-07-31 18:42:45 -07:00
2012-05-31 17:49:32 -07:00
2012-07-30 17:25:13 -07:00
2012-07-31 18:42:40 -07:00
2012-08-01 10:26:23 -07:00
2012-07-22 23:57:57 +04:00
2012-07-30 17:25:21 -07:00
2012-06-06 13:49:02 +02:00
2012-07-30 17:25:13 -07:00
2012-08-16 14:21:15 -07:00