]> www.infradead.org Git - users/hch/misc.git/commit
iomap: add a io_private field to struct iomap_ioend
authorChristoph Hellwig <hch@lst.de>
Tue, 7 Jan 2025 07:07:15 +0000 (08:07 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 3 Feb 2025 09:18:39 +0000 (10:18 +0100)
commitaa6e4bbb7d20929bb6789a2e6c9417fea1e4d7f7
tree06916933561268824d0a7ed10886c36dcbe97ab0
parente72822fc290dbad5eda63b30001c456bd5431c6b
iomap: add a io_private field to struct iomap_ioend

Add a private data field to struct iomap_ioend so that the file system
can attach information to it.  Zoned XFS will use this for a pointer to
the open zone.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/iomap/ioend.c
include/linux/iomap.h