Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1420088
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] bcache: Remove deprecated create_workqueue |
| Date | 2016-06-12 01:00 +0200 |
| Message-ID | <rJ02J-yf-9@gated-at.bofh.it> (permalink) |
| References | <rHvNo-7ix-37@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Jun 08, 2016 at 01:57:19AM +0530, Bhaktipriya Shridhar wrote: > alloc_workqueue replaces deprecated create_workqueue(). > > Dedicated workqueues have been used since bcache_wq and moving_gc_wq > are workqueues for writes and are being used on a memory reclaim path. > WQ_MEM_RECLAIM has been set to ensure forward progress under memory > pressure. > Since there are only a fixed number of work items, explicit concurrency > limit is unnecessary here. > > Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com> Acked-by: Tejun Heo <tj@kernel.org> Thanks. -- tejun
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] bcache: Remove deprecated create_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-06-07 22:30 +0200 Re: [PATCH] bcache: Remove deprecated create_workqueue Tejun Heo <tj@kernel.org> - 2016-06-12 01:00 +0200
csiph-web