]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iomap: pass private data to iomap_truncate_page
authorChristoph Hellwig <hch@lst.de>
Thu, 6 Feb 2025 06:40:09 +0000 (07:40 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 6 Feb 2025 12:02:15 +0000 (13:02 +0100)
commitddd402bbbf669c4ada106fd2e4c799e2b5745e3e
treedc82544d310148ae44bf30d3a977c975601d747c
parentc6d1b8d15450cf061648d4e36d622da9d755654a
iomap: pass private data to iomap_truncate_page

Allow the file system to pass private data which can be used by the
iomap_begin and iomap_end methods through the private pointer in the
iomap_iter structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20250206064035.2323428-12-hch@lst.de
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/iomap/buffered-io.c
fs/xfs/xfs_iomap.c
include/linux/iomap.h