On 10/3/24 7:09 AM, Christoph Hellwig wrote: >> static inline bool blk_do_io_stat(struct request *rq) >> { >> + return rq->rq_flags & RQF_IO_STAT; >> } > > I'd kill this somewhat oddly named wrapper now that it is a single > check. Yeah I did ponder that, since there's just that one check left. Will do a followup for that. -- Jens Axboe