2021-01-26 07:14:55

by Peter Zijlstra

[permalink] [raw]
Subject: [PATCH v2 0/7] Generic RB-tree helpers


Hai all,

I found myself needing to write yet another rbtree and remembered I had these
patches gathering dust. I've had them in a git tree pretty much ever since I
posted them last and the robot is telling me they build/work/dance/sing fine.

I'm proposing to stick them in tip and get on with life. What say you?



2021-01-26 11:07:48

by Davidlohr Bueso

[permalink] [raw]
Subject: Re: [PATCH v2 0/7] Generic RB-tree helpers

On Mon, 25 Jan 2021, Peter Zijlstra wrote:
>
>Hai all,
>
>I found myself needing to write yet another rbtree and remembered I had these
>patches gathering dust. I've had them in a git tree pretty much ever since I
>posted them last and the robot is telling me they build/work/dance/sing fine.
>
>I'm proposing to stick them in tip and get on with life. What say you?

I like consolidating this code with helpers, reduces LoC and improves
readability imo. Feel free to add my:

Acked-by: Davidlohr Bueso <[email protected]>