On Mon, Apr 29, 2024 at 11:47:34AM +0800, Kemeng Shi wrote: > Factor out code of freerun into new helper functions domain_poll_intv and > domain_dirty_freerun to remove repeated code. > > Signed-off-by: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx> Acked-by: Tejun Heo <tj@xxxxxxxxxx> with one nit: > +/* > + * Throttle it only when the background writeback cannot > + * catch-up. This avoids (excessively) small writeouts > + * when the wb limits are ramping up in case of !strictlimit. > + * > + * In strictlimit case make decision based on the wb counters > + * and limits. Small writeouts when the wb limits are ramping > + * up are the price we consciously pay for strictlimit-ing. > + */ Can you please reflow the above to 80col or at least seventy something? Thanks. -- tejun