[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130730114658.GA2599@htj.dyndns.org>
Date: Tue, 30 Jul 2013 07:46:58 -0400
From: Tejun Heo <tj@...nel.org>
To: shli@...nel.org
Cc: linux-raid@...r.kernel.org, linux-kernel@...r.kernel.org,
neilb@...e.de, djbw@...com
Subject: Re: [patch 1/3] raid5: offload stripe handle to workqueue
Hello,
On Tue, Jul 30, 2013 at 01:52:08PM +0800, shli@...nel.org wrote:
> static int __init raid5_init(void)
> {
> + raid5_wq = alloc_workqueue("raid5wq",
> + WQ_NON_REENTRANT|WQ_UNBOUND|WQ_MEM_RECLAIM|
> + WQ_CPU_INTENSIVE|WQ_SYSFS, 0);
Workqueues are now always non-reentrant and WQ_NON_REENTRANT is noop.
I was planning to remove it and then forgot. :) Will send out patches
to kill it.
Thanks.
--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists