From: Zhihao Cheng <chengzhihao1@huawei.com>
To: Yangtao Li <frank.li@vivo.com>, Richard Weinberger <richard@nod.at>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
"Rafael J. Wysocki" <rafael@kernel.org>,
Damien Le Moal <damien.lemoal@opensource.wdc.com>,
<linux-mtd@lists.infradead.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 05/10] ubifs: convert to kobject_del_and_put()
Date: Thu, 23 Mar 2023 09:08:44 +0800 [thread overview]
Message-ID: <c3c19fcb-07b7-415a-95ed-eba31702badf@huawei.com> (raw)
In-Reply-To: <20230322165905.55389-4-frank.li@vivo.com>
> Use kobject_del_and_put() to simplify code.
>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: "Rafael J. Wysocki" <rafael@kernel.org>
> Cc: Damien Le Moal <damien.lemoal@opensource.wdc.com>
> Signed-off-by: Yangtao Li <frank.li@vivo.com>
> ---
> fs/ubifs/sysfs.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
> diff --git a/fs/ubifs/sysfs.c b/fs/ubifs/sysfs.c
> index 1c958148bb87..9571718e61a9 100644
> --- a/fs/ubifs/sysfs.c
> +++ b/fs/ubifs/sysfs.c
> @@ -130,8 +130,7 @@ int ubifs_sysfs_register(struct ubifs_info *c)
>
> void ubifs_sysfs_unregister(struct ubifs_info *c)
> {
> - kobject_del(&c->kobj);
> - kobject_put(&c->kobj);
> + kobject_del_and_put(&c->kobj);
> wait_for_completion(&c->kobj_unregister);
>
> kfree(c->stats);
>
next prev parent reply other threads:[~2023-03-23 1:08 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-22 16:58 [PATCH v3 02/10] f2fs: convert to kobject_del_and_put() Yangtao Li
2023-03-22 16:58 ` [PATCH v3 03/10] erofs: " Yangtao Li
2023-03-22 19:09 ` Gao Xiang
2023-03-22 23:33 ` Damien Le Moal
2023-03-22 16:58 ` [PATCH v3 04/10] zonefs: " Yangtao Li
2023-03-22 23:33 ` Damien Le Moal
2023-03-22 16:59 ` [PATCH v3 05/10] ubifs: " Yangtao Li
2023-03-22 17:02 ` Richard Weinberger
2023-03-22 23:34 ` Damien Le Moal
2023-03-23 1:08 ` Zhihao Cheng [this message]
2023-03-22 16:59 ` [PATCH v3 06/10] btrfs: " Yangtao Li
2023-03-22 23:35 ` Damien Le Moal
2023-03-22 16:59 ` [PATCH v3 07/10] xfs: " Yangtao Li
2023-03-22 23:35 ` Damien Le Moal
2023-03-22 16:59 ` [PATCH v3 08/10] ocfs2: " Yangtao Li
2023-03-22 23:36 ` Damien Le Moal
2023-03-22 16:59 ` [PATCH v3 09/10] nfs: " Yangtao Li
2023-03-22 23:36 ` Damien Le Moal
2023-03-22 16:59 ` [PATCH v3 10/10] nilfs2: " Yangtao Li
2023-03-22 23:36 ` Damien Le Moal
2023-03-22 23:32 ` [PATCH v3 02/10] f2fs: " Damien Le Moal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c3c19fcb-07b7-415a-95ed-eba31702badf@huawei.com \
--to=chengzhihao1@huawei.com \
--cc=damien.lemoal@opensource.wdc.com \
--cc=frank.li@vivo.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=rafael@kernel.org \
--cc=richard@nod.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox