Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim <[email protected]>:
On Tue, 14 Oct 2025 14:27:01 +0800 you wrote: > In add_bio_entry(), adding a page to newly allocated bio should never fail, > let's use bio_add_folio_nofail() instead of bio_add_page() & unnecessary > error handling for cleanup. > > Signed-off-by: Chao Yu <[email protected]> > --- > fs/f2fs/data.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) Here is the summary with links: - [f2fs-dev,1/4] f2fs: clean up w/ bio_add_folio_nofail() https://git.kernel.org/jaegeuk/f2fs/c/6862f6948aa3 - [f2fs-dev,2/4] f2fs: convert add_ipu_page() to use folio https://git.kernel.org/jaegeuk/f2fs/c/22de407ee7fd - [f2fs-dev,3/4] f2fs: use f2fs_filemap_get_folio() instead of f2fs_pagecache_get_page() https://git.kernel.org/jaegeuk/f2fs/c/10005e36127b - [f2fs-dev,4/4] f2fs: use f2fs_filemap_get_folio() to support fault injection (no matching commit) You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
