Re: [PATCH 23/26] netfs: Cut over to using new writeback code

2024-04-08 Thread David Howells
David Howells wrote: > + /* Wait for writeback to complete. The writeback engine owns > + * the info in folio->private and may change it until it > + * removes the WB mark. > + */ > + if (folio_wait_writeback_killable(folio)) { > +

[PATCH 23/26] netfs: Cut over to using new writeback code

2024-03-28 Thread David Howells
Cut over to using the new writeback code. The old code is #ifdef'd out or otherwise removed from compilation to avoid conflicts and will be removed in a future patch. Signed-off-by: David Howells cc: Jeff Layton cc: Eric Van Hensbergen cc: Latchesar Ionkov cc: Dominique Martinet cc: