> 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. Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>
> 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. Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>