]> www.infradead.org Git - users/hch/misc.git/commit
fs: add a write stream field to the kiocb
authorChristoph Hellwig <hch@lst.de>
Tue, 6 May 2025 12:17:22 +0000 (17:47 +0530)
committerJens Axboe <axboe@kernel.dk>
Tue, 6 May 2025 13:46:43 +0000 (07:46 -0600)
commit732f25a2895a8c1c54fb56544f0b1e23770ef4d7
tree4577f360a5cccdc45f6eff639f0fa63431c57f3c
parent3bb6e35632fed829a36c68385811217a9e8072a8
fs: add a write stream field to the kiocb

Prepare for io_uring passthrough of write streams. The write stream
field in the kiocb structure fits into an existing 2-byte hole, so its
size is not changed.

Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Nitesh Shetty <nj.shetty@samsung.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Kanchan Joshi <joshi.k@samsung.com>
Link: https://lore.kernel.org/r/20250506121732.8211-2-joshi.k@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/fs.h