Re: [PATCH 2/3] workqueue: trivial fix for return statement inwork_busy()

From: Tejun Heo
Date: Sat Oct 20 2012 - 18:53:28 EST


On Sun, Oct 21, 2012 at 01:30:06AM +0900, Joonsoo Kim wrote:
> Return type of work_busy() is unsigned int.
> There is return statement returning boolean value, 'false' in work_busy().
> It is not problem, because 'false' may be treated '0'.
> However, fixing it would make code robust.
>
> Signed-off-by: Joonsoo Kim <js1304@xxxxxxxxx>

Applied 1-2 to wq/for-3.8.

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/