]> git.baikalelectronics.ru Git - kernel.git/commit
block: Generalize get_current_ioprio() for any task
authorJan Kara <jack@suse.cz>
Thu, 23 Jun 2022 07:48:28 +0000 (09:48 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 27 Jun 2022 12:29:12 +0000 (06:29 -0600)
commit5e1b898cb46726624041ae8dbe8501822543d9be
tree4b20c6a89835a6ffca1f5af19703a90622b3ec46
parent17013a0bb9bd9a54c59f4961043ca60d20bf5ea9
block: Generalize get_current_ioprio() for any task

get_current_ioprio() operates only on current task. We will need the
same functionality for other tasks as well. Generalize
get_current_ioprio() for that and also move the bulk out of the header
file because it is large enough.

Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Tested-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220623074840.5960-3-jack@suse.cz
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/ioprio.c
include/linux/ioprio.h