Re: [PATCH v1] kernel:time:hrtimer: Use helper function hrtimer_is_queued()

From: Yuesong Li
Date: Thu Aug 29 2024 - 22:53:38 EST



On 2024/8/29 23:17, Thomas Gleixner wrote:
On Wed, Aug 21 2024 at 17:46, Yuesong Li wrote:

Please add a proper subsystem prefix to the subject.
git log --oneline $FILE
gives you a decent hint
I will send a v2 if you agree with my reason.
The helper function hrtimer_is_queued() checks whether the timer is
on one of the queues. Replace the raw check.
Why? What's the benefit of this change?
Compare to raw check ,I think this makes the text more readable.

Thanks,

tglx

Best Regards,

Yuesong