On 4/1/25 04:10, Matthew Wilcox (Oracle) wrote:
> Fetch a folio from the pagecache instead of a page and operate on it
> throughout. Removes eight calls to compound_head() and an access to
> page->mapping.
>
> Signed-off-by: Matthew Wilcox (Oracle)
> ---
> fs/f2fs/gc.c | 33 +---
Fetch a folio from the pagecache instead of a page and operate on it
throughout. Removes eight calls to compound_head() and an access to
page->mapping.
Signed-off-by: Matthew Wilcox (Oracle)
---
fs/f2fs/gc.c | 33 +
1 file changed, 17 insertions(+), 16 deletions(