Hello:
This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim jaegeuk@kernel.org:
On Wed, 7 May 2025 16:08:38 +0800 you wrote:
If __write_node_folio() failed, it will return AOP_WRITEPAGE_ACTIVATE, the incorrect return value may be passed to userspace in below path, fix it.
- sync_filesystem
- sync_fs
- f2fs_issue_checkpoint
- block_operations
- f2fs_sync_node_pages
- __write_node_folio
: return AOP_WRITEPAGE_ACTIVATE
[...]
Here is the summary with links: - [f2fs-dev] f2fs: fix to return correct error number in f2fs_sync_node_pages() https://git.kernel.org/jaegeuk/f2fs/c/43ba56a043b1
You are awesome, thank you!