Re: remove the implicit .set_page_dirty default
From: Matthew Wilcox <willy@infradead.org>
Date: 2021-06-14 12:24:09
Also in:
linux-fsdevel, lkml
From: Matthew Wilcox <willy@infradead.org>
Date: 2021-06-14 12:24:09
Also in:
linux-fsdevel, lkml
On Mon, Jun 14, 2021 at 08:15:09AM +0200, Christoph Hellwig wrote:
Hi all, this series cleans up a few lose ends around ->set_page_dirty, most importantly removes the default to the buffer head based on if no method is wired up.
i have a somewhat similar series in the works ... https://git.infradead.org/users/willy/pagecache.git/commitdiff/1e7e8c2d82666b55690705d5bbe908e31d437edb https://git.infradead.org/users/willy/pagecache.git/commitdiff/bf767a4969c0bc6735275ff7457a8082eef4c3fd ... the other patches rather depend on the folio work.