> +static inline bool blk_rq_passthrough_stats(struct request *req, > + struct request_queue *q) The kerneldoc requested last time would be really nice to have. Also, now that this is a public API killing the q argument and just using req->q would make the API easier to understand.