]> www.infradead.org Git - users/hch/xfs.git/commit
iomap: pass private data to iomap_file_buffered_write
authorChristoph Hellwig <hch@lst.de>
Fri, 19 Apr 2024 06:41:28 +0000 (08:41 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 24 Jul 2024 14:08:10 +0000 (07:08 -0700)
commita41fc39a94a04f1d52cb3d8da09b2ae8b5569c5c
treedc6e602f8c228ed3da7820eacea3020fb86cf622
parent1e9a7f7b3338896c69aaea147b2220e88a675936
iomap: pass private data to iomap_file_buffered_write

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>
block/fops.c
fs/gfs2/file.c
fs/iomap/buffered-io.c
fs/xfs/xfs_file.c
fs/zonefs/file.c
include/linux/iomap.h