On Wed, Oct 02, 2024 at 01:26:08PM -0600, Jens Axboe wrote: > Rather than have blk_do_io_stat() check for both RQF_IO_STAT and whether > the request is a passthrough requests every time, move both of those > checks into blk_account_io_start(). Then blk_do_io_stat() can be reduced > to just checking for RQF_IO_STAT. Looks good. Reviewed-by: Keith Busch <kbusch@xxxxxxxxxx>