Re: [PATCH v2 07/12] psi: Split psi_ttwu_dequeue()

From: Steven Rostedt
Date: Fri Jul 18 2025 - 14:02:41 EST


On Thu, 17 Jul 2025 19:59:52 -0400
Chris Mason <clm@xxxxxxxx> wrote:

> > - }
> > + if (!likely(!p->psi_flags))
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> I think we need roughly one less bang?

I think it needs two fewer bangs!

if (unlikely(p->psi_flags))

;-)

-- Steve