On Thu, Nov 23, 2023 at 03:54:31PM +0530, kundan.kumar wrote: > - if (test_bit(QUEUE_FLAG_STATS, &q->queue_flags)) { > + if (test_bit(QUEUE_FLAG_STATS, &q->queue_flags) > + && !blk_rq_is_passthrough(rq)) { && goes on the starting line in the kernel code style. The rest looks good, but that stats overhead seems pretty horrible..