On 3/18/25 8:13 PM, Ming Lei wrote: > It doesn't make sense to define one global symbol as inline, also this > way cause __blk_mq_end_request become not traceable. It does for the local scope though, it'll force it inline for blk_mq_end_request(), for example. -- Jens Axboe