On Tue, Mar 25, 2014 at 05:56:04PM +0800, Lai Jiangshan wrote:
> +     __WQ_FREEZING           = 1 << 15, /* internel: workqueue is freezing */
>       __WQ_DRAINING           = 1 << 16, /* internal: workqueue is draining */
>       __WQ_ORDERED            = 1 << 17, /* internal: workqueue is ordered */

Ooh, and please use bit 18, not 15.  The intention here is using bits
>= 16 for internal flags.

Thanks.

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

Reply via email to