Re: [PATCH, RFC] vm: Add an tuning knob for vm.max_writeback_pages
From: Jens Axboe <hidden>
Date: 2009-08-31 20:36:36
Also in:
linux-fsdevel, linux-mm
From: Jens Axboe <hidden>
Date: 2009-08-31 20:36:36
Also in:
linux-fsdevel, linux-mm
On Mon, Aug 31 2009, Theodore Tso wrote:
At the risk of asking a stupid question, what *is* range_cyclic and what is it trying to do? I've been looking at the code and am I'm getting myself very confused about what the code is trying to do and what was its original intent.
Range cyclic means that the current writeback in ->writepages() should start where it left off the last time, non-range cyclic starts off at ->range_start. ->writepages() can use mapping->writeback_index to store such information. -- Jens Axboe -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>