Re: [PATCH 5/6] fs: Remove noop_set_page_dirty()

From: Christoph Hellwig
Date: Tue Jun 15 2021 - 12:38:53 EST


On Tue, Jun 15, 2021 at 05:23:41PM +0100, Matthew Wilcox (Oracle) wrote:
> Use __set_page_dirty_no_writeback() instead. This will set the dirty
> bit on the page, which will be used to avoid calling set_page_dirty()
> in the future. It will have no effect on actually writing the page
> back, as the pages are not on any LRU lists.

Looks sane to me, but I'd really like to have Dan to look over this..