Re: [PATCH 14/14] mm: Account for WRITEBACK_TEMP in balance_dirty_pages

2012-11-22 Thread Jaegeuk Hanse
On 11/21/2012 08:01 PM, Maxim Patlasov wrote: Added linux-mm@ to cc:. The patch can stand on it's own. Make balance_dirty_pages start the throttling when the WRITEBACK_TEMP counter is high enough. This prevents us from having too many dirty pages on fuse, thus giving the userspace part of it a

Re: [PATCH 14/14] mm: Account for WRITEBACK_TEMP in balance_dirty_pages

2012-11-22 Thread Maxim V. Patlasov
Hi, 11/22/2012 05:27 PM, Jaegeuk Hanse пишет: On 11/21/2012 08:01 PM, Maxim Patlasov wrote: Added linux-mm@ to cc:. The patch can stand on it's own. Make balance_dirty_pages start the throttling when the WRITEBACK_TEMP counter is high enough. This prevents us from having too many dirty pages

Re: [PATCH 14/14] mm: Account for WRITEBACK_TEMP in balance_dirty_pages

2012-11-21 Thread Maxim Patlasov
Added linux-mm@ to cc:. The patch can stand on it's own. > Make balance_dirty_pages start the throttling when the WRITEBACK_TEMP > counter is high enough. This prevents us from having too many dirty > pages on fuse, thus giving the userspace part of it a chance to write > stuff properly. > > Note