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

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-10-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_file.c
fs/zonefs/file.c
include/linux/iomap.h