]> www.infradead.org Git - users/hch/xfs.git/commit
iomap: pass private data to iomap_truncate_page
authorChristoph Hellwig <hch@lst.de>
Fri, 16 Aug 2024 16:49:13 +0000 (18:49 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 5 Nov 2024 08:26:41 +0000 (09:26 +0100)
commitfb326d00269e21682f5febadcb8ef368fad0711a
treedc5c2e63ea17311f78e3ef3bf2d228994973313c
parentd7f7eab551d718e1d883f9b7062f0de42c7de5d5
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>
fs/iomap/buffered-io.c
fs/xfs/xfs_iomap.c
include/linux/iomap.h