mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10.git
synced 2026-09-09 00:07:04 +08:00
JIRA: https://redhat.atlassian.net/browse/RHEL-145695 Conflicts: * fs/nilfs2/inode.c: hunks dropped as CONFIG_NILFS2_FS is not set * fs/ntfs3/*: hunks dropped as CONFIG_NTFS3_FS is not set commit e9d8e2bf23206825ca9b4d3caf587945ba807939 Author: Taotao Chen <chentaotao@didiglobal.com> Date: Wed Jul 16 09:36:06 2025 +0000 fs: change write_begin/write_end interface to take struct kiocb * Change the address_space_operations callbacks write_begin() and write_end() to take struct kiocb * as the first argument instead of struct file *. Update all affected function prototypes, implementations, call sites, and related documentation across VFS, filesystems, and block layer. Part of a series refactoring address_space_operations write_begin and write_end callbacks to use struct kiocb for passing write context and flags. Signed-off-by: Taotao Chen <chentaotao@didiglobal.com> Link: https://lore.kernel.org/20250716093559.217344-4-chentaotao@didiglobal.com Signed-off-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Rafael Aquini <raquini@redhat.com>