Re: [PATCH 1/4] netfs: Don't use certain internal folio_*() functions

From: John Stoffel
Date: Wed Jan 10 2024 - 12:26:15 EST


>>>>> "David" == David Howells <dhowells@xxxxxxxxxx> writes:

> Filesystems should not be using folio->index not folio_index(folio)
^^^

I think you have an extra 'not' in all four patch comments.

> and folio-> mapping, not folio_mapping() or folio_file_mapping() in
> filesystem code.