Re: [PATCH v10 15/21] futex: s/hb_p/fph/
From: Sebastian Andrzej Siewior
Date: Fri Mar 14 2025 - 09:10:28 EST
On 2025-03-14 13:36:50 [+0100], Peter Zijlstra wrote:
> On Wed, Mar 12, 2025 at 04:16:28PM +0100, Sebastian Andrzej Siewior wrote:
> > From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> >
> > To me hb_p reads like hash-bucket-private, but these things are
> > pointers to private hash table, not bucket.
> >
> > Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
> > Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
>
> Hum, do we want to fold this back instead? It seems a bit daft to
> introduce all this code and then go and rename it all again.
>
> But whatever.
I kept it separate. I can merge the way you want it. Your call.
Sebastian