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

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-11-hch@lst.de
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/gfs2/bmap.c
fs/iomap/buffered-io.c
fs/xfs/xfs_iomap.c
include/linux/iomap.h