]> www.infradead.org Git - users/hch/misc.git/commit
block: add a bi_write_stream field
authorChristoph Hellwig <hch@lst.de>
Tue, 6 May 2025 12:17:23 +0000 (17:47 +0530)
committerJens Axboe <axboe@kernel.dk>
Tue, 6 May 2025 13:46:43 +0000 (07:46 -0600)
commit5006f85ea23ea0bda9a8e31fdda126f4fca48f20
treeba2169427fa53b46f450b6c65e27e9634a839b50
parent732f25a2895a8c1c54fb56544f0b1e23770ef4d7
block: add a bi_write_stream field

Add the ability to pass a write stream for placement control in the bio.
The new field fits in an existing hole, so does not change the size of
the struct.

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-3-joshi.k@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bio.c
block/blk-crypto-fallback.c
block/blk-merge.c
include/linux/blk_types.h