Home
last modified time | relevance | path

Searched hist:"5 fc11eeb" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/block/
H A Dblk-ioc.c5fc11eeb Thu Dec 09 00:31:29 CST 2021 Christoph Hellwig <hch@lst.de> block: open code create_task_io_context in set_task_ioprio

The flow in set_task_ioprio can be simplified by simply open coding
create_task_io_context, which removes a refcount roundtrip on the I/O
context.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20211209063131.18537-10-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>