Files
Rafael Aquini 80abc00617 fs: Remove three arguments from block_write_end()
JIRA: https://redhat.atlassian.net/browse/RHEL-145695
Conflicts:
  * fs/nilfs2/*: hunks dropped as CONFIG_NILFS2_FS is not set

commit b39f7d75dc41b5f5d028192cd5d66cff71179f35
Author: Matthew Wilcox (Oracle) <willy@infradead.org>
Date:   Tue Jun 24 14:21:27 2025 +0100

    fs: Remove three arguments from block_write_end()

    block_write_end() looks like it can be used as a ->write_end()
    implementation.  However, it can't as it does not unlock nor put
    the folio.  Since it does not use the 'file', 'mapping' nor 'fsdata'
    arguments, remove them.

    Signed-off-by: "Matthew Wilcox (Oracle)" <willy@infradead.org>
    Link: https://lore.kernel.org/20250624132130.1590285-1-willy@infradead.org
    Signed-off-by: Christian Brauner <brauner@kernel.org>

Signed-off-by: Rafael Aquini <raquini@redhat.com>
2026-07-31 14:50:08 -04:00
..
2025-11-07 10:38:11 -05:00
2025-11-07 10:38:11 -05:00
2025-11-07 10:38:11 -05:00
2025-11-07 10:38:11 -05:00