Re: [PATCH v2 01/10] kobject: introduce kobject_del_and_put()

From: Greg Kroah-Hartman
Date: Sun Mar 19 2023 - 05:08:41 EST


On Sun, Mar 19, 2023 at 04:41:24PM +0800, Yangtao Li wrote:
> There are plenty of using kobject_del() and kobject_put() together
> in the kernel tree. This patch wraps these two calls in a single helper.
>
> Signed-off-by: Yangtao Li <frank.li@xxxxxxxx>
> ---
> v2:
> -add kobject_del_and_put() users
> include/linux/kobject.h | 1 +
> lib/kobject.c | 17 +++++++++++++++--
> 2 files changed, 16 insertions(+), 2 deletions(-)

Any reason you only sent me one patch? I guess you don't want me to
review them? :(