Displaying 1 result from an estimated 1 matches for "444a6439".
Did you mean:
444,639
2012 Oct 19
1
FW: [PATCH] workqueue: cancel_delayed_work() should return %NULL if work item is idle
...ue. Use it for return. Note that this brings
> cancel_delayed_work() in line with __cancel_work_timer() in return
> value handling.
>
> Signed-off-by: Dan Magenheimer <dan.magenheimer at oracle.com>
> Signed-off-by: Tejun Heo <tj at kernel.org>
> LKML-Reference: <444a6439-b1a4-4740-9e7e-bc37267cfe73 at default>
> ---
> kernel/workqueue.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/kernel/workqueue.c b/kernel/workqueue.c
> index d951daa..042d221 100644
> --- a/kernel/workqueue.c
> +++ b/kernel/workqueue....