f2fs: Use F2FS_F_SB() in f2fs_read_end_io()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:52 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:57:57 +0000 (15:57 +0000)
commit0f54eec0cb89887e3ed8ed430f5b9cd513038ca4
treee9e587380abae8ec1e6e2d66f2955965332c9f51
parent015622b8c7ed781329284802a690f1517d3599e6
f2fs: Use F2FS_F_SB() in f2fs_read_end_io()

Get the folio from the bio instead of the page.

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/data.c