Re: [f2fs-dev] [PATCH 008/153] f2fs: Use a folio in move_data_block()

2025-04-27 Thread Chao Yu via Linux-f2fs-devel
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 +---

[f2fs-dev] [PATCH 008/153] f2fs: Use a folio in move_data_block()

2025-03-31 Thread Matthew Wilcox (Oracle)
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(