]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Pass an address to scan_nat_page()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:10:58 +0000 (21:10 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:31 +0000 (15:26 +0000)
commit6b5c4a035913480fe328704f98ee1c5b3748842b
tree66c7415d3d7c821e9d7013961e4c4872cb5bac2c
parent350b8441c0e9472a389586cbf9d36afd627feed1
f2fs: Pass an address to scan_nat_page()

Remove a conversion from folio to page by passing in the address of the
first byte rather than the struct page containing it.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/node.c