[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20240328123608.a20ba1260aa9467df9f4256d@linux-foundation.org>
Date: Thu, 28 Mar 2024 12:36:08 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: I Hsin Cheng <richard120310@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] rbtree: Introduce rb_remove()
On Thu, 28 Mar 2024 14:45:39 +0800 I Hsin Cheng <richard120310@...il.com> wrote:
> Implement the function "rb_remove()", which can perform the removal of a
> certain key from the tree. Once the node with the searched key is found,
> we call "rb_erase()" to perform the removal of the node, otherwise the
> key doesn't exists in the tree then we return NULL.
>
> ...
>
We wouldn't merge a change like this unless there are callers of the
new function. Please tell us everything about that.
Powered by blists - more mailing lists