Re: [PATCH 00/12] Convert write_cache_pages() to an iterator

From: David Howells
Date: Wed Jun 28 2023 - 16:04:56 EST


Matthew Wilcox <willy@xxxxxxxxxxxxx> wrote:

> I'm looking at afs writeback now.

:-)

> fs/iomap/buffered-io.c | 14 +-
> include/linux/pagevec.h | 18 +++
> include/linux/writeback.h | 22 ++-
> mm/page-writeback.c | 310 +++++++++++++++++++++-----------------
> 4 files changed, 216 insertions(+), 148 deletions(-)

Documentation/mm/writeback.rst too please.

David