Rafael Aquini aefbba93eb fs: change write_begin/write_end interface to take struct kiocb *
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>
2026-07-31 14:50:33 -04:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
S
Description
No description provided
Readme
2.8 GiB
Languages
C 97.5%
Assembly 1%
Shell 0.6%
Python 0.3%
Makefile 0.3%