Re: [patch 3/3] vmstat: Create our own workqueue

From: Tejun Heo
Date: Tue Oct 27 2015 - 22:44:00 EST


Hello,

On Tue, Oct 27, 2015 at 09:41:17PM -0500, Christoph Lameter wrote:
> + vmstat_wq = alloc_workqueue("vmstat",
> + WQ_FREEZABLE|
> + WQ_SYSFS|
> + WQ_MEM_RECLAIM, 0);

The only thing necessary here is WQ_MEM_RECLAIM. I don't see how
WQ_SYSFS and WQ_FREEZABLE make sense here.

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/