Re: [PATCH] workqueue: reuse the calculated pwq in try_to_grab_pending()

2014-07-11 Thread Tejun Heo
On Fri, Jul 11, 2014 at 12:11:13AM +0800, Lai Jiangshan wrote: > Subsitute the get_work_pwq(work) to pwq since it is calculated. > > Signed-off-by: Lai Jiangshan Applied to libata/for-3.17 w/ updated patch description. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscr

[PATCH] workqueue: reuse the calculated pwq in try_to_grab_pending()

2014-07-10 Thread Lai Jiangshan
Subsitute the get_work_pwq(work) to pwq since it is calculated. Signed-off-by: Lai Jiangshan --- kernel/workqueue.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index c820057..7fc3df3 100644 --- a/kernel/workqueue.c +++ b/kerne