Re: [PATCH 04/11] fs: add support for allowing applications to pass in write life time hints
From: Christoph Hellwig <hch@infradead.org>
Date: 2017-06-20 12:43:56
Also in:
linux-fsdevel
From: Christoph Hellwig <hch@infradead.org>
Date: 2017-06-20 12:43:56
Also in:
linux-fsdevel
On Tue, Jun 20, 2017 at 06:43:10AM -0600, Jens Axboe wrote:
quoted
Question: IFF we can get the per-file hints to propagate to the writeback code (which I think is pretty easy for ext4/xfs/bdev, not sure about btrfs) do we even need the per-inode ones at all?How is that possible, the file could be long gone by the time the writeback kicks in?
each time a page/buffer is dirtied we can propagate the hint.