Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1376711
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] writeback: Fix performance regression in wb_over_bg_thresh() |
| Date | 2016-04-12 13:20 +0200 |
| Message-ID | <rn4wp-6yV-11@gated-at.bofh.it> (permalink) |
| References | <rb270-2Vl-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Mar 10, 2016 at 01:12:39AM -0500, Howard Cochran wrote:
> Commit 947e9762a8dd ("writeback: update wb_over_bg_thresh() to use
> wb_domain aware operations") unintentionally changed this function's
> meaning from "are there more dirty pages than the background writeback
> threshold" to "are there more dirty pages than the writeback threshold".
> The background writeback threshold is typically half of the writeback
> threshold, so this had the effect of raising the number of dirty pages
> required to cause a writeback worker to perform background writeout.
...
> Fixes: 947e9762a8dd ("writeback: update wb_over_bg_thresh() to use
> wb_domain aware operations")
> Signed-off-by: Howard Cochran <hcochran@kernelspring.com>
> Cc: Tejun Heo <tj@kernel.org>
> Cc: Jens Axboe <axboe@kernel.dk>
Acked-by: Tejun Heo <tj@kernel.org>
Thanks!
--
tejun
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] writeback: Fix performance regression in wb_over_bg_thresh() Tejun Heo <tj@kernel.org> - 2016-04-12 13:20 +0200
csiph-web