[PATCH 0/2] afs: Fix writeback

From: David Howells
Date: Mon Jun 19 2023 - 09:43:00 EST


Hi Linus,

Could you apply these fixes to AFS writeback code from Vishal?

(1) Release the acquired batch before returning if we got >=5 skips.

(2) Retry a page we had to wait for rather than skipping over it after the
wait.

The patches can be found here:

https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/log/?h=afs-fixes

Thanks,
David

---
%(shortlog)s
%(diffstat)s

Vishal Moola (Oracle) (2):
afs: Fix dangling folio ref counts in writeback
afs: Fix waiting for writeback then skipping folio

fs/afs/write.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)