]> www.infradead.org Git - users/hch/misc.git/commit
block: kill blk_do_io_stat() helper
authorJens Axboe <axboe@kernel.dk>
Thu, 3 Oct 2024 13:29:49 +0000 (07:29 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 22 Oct 2024 14:14:56 +0000 (08:14 -0600)
commite3569ecae44daa6d88ac1bb0c6b976c298eff966
tree6b9e517da02a549dd9fd5ce66d3fa31c2cafedf2
parentfd0a63bcda40c09463f31b9401dbb0cb01c51674
block: kill blk_do_io_stat() helper

It's now just checking whether or not RQF_IO_STAT is set, so let's get
rid of it and just open-code the specific flag that is being checked.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-merge.c
block/blk-mq.c
block/blk.h