]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
authorChristoph Hellwig <hch@lst.de>
Mon, 26 Jan 2026 05:53:43 +0000 (06:53 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 28 Jan 2026 12:16:40 +0000 (05:16 -0700)
commitc96b8b220271024c04289d6d9779dc2ccbd12be2
tree9fc015d1c3e7c4de9c7ff2938faa813281da3aef
parent45cec0de6c8973660da279e44b24d37af49daeb6
iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED

Match the more descriptive iov_iter terminology instead of encoding
what we do with them for reads only.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Tested-by: Anuj Gupta <anuj20.g@samsung.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/iomap/direct-io.c