Re: [PATCH] afs: Fix waiting for writeback then skipping folio

From: David Howells
Date: Fri Jun 16 2023 - 18:44:28 EST


Vishal Moola (Oracle) <vishal.moola@xxxxxxxxx> wrote:

> + goto try_again;
> } else {
> start += folio_size(folio);

The "else" is then redundant.

David