Re: [PATCH v3 2/3] Make raw_spin_rq_unlock inline
From: Xie Yuanbin
Date: Sat Nov 15 2025 - 09:01:54 EST
On Fri, 14 Nov 2025 20:44:13 +0100, Thomas Gleixner wrote:
> That inline does not guarantee that the compiler actually inlines
> it. clang is obnoxiously bad at that.
Yes, I know it. I modified it to __always_inline in patch 3.
This patch making it as inline to make the context look more harmonious.
Thanks!
Xie Yuanbin