From: Richard Weinberger <richard@nod.at>
To: Yangtao Li <frank.li@vivo.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
"Rafael J. Wysocki" <rafael@kernel.org>,
Damien Le Moal <damien.lemoal@opensource.wdc.com>,
linux-mtd <linux-mtd@lists.infradead.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 05/10] ubifs: convert to kobject_del_and_put()
Date: Wed, 22 Mar 2023 18:02:10 +0100 (CET) [thread overview]
Message-ID: <462173384.277322.1679504530972.JavaMail.zimbra@nod.at> (raw)
In-Reply-To: <20230322165905.55389-4-frank.li@vivo.com>
----- Ursprüngliche Mail -----
> Von: "Yangtao Li" <frank.li@vivo.com>
> An: "richard" <richard@nod.at>
> CC: "Yangtao Li" <frank.li@vivo.com>, "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>, "Rafael J. Wysocki"
> <rafael@kernel.org>, "Damien Le Moal" <damien.lemoal@opensource.wdc.com>, "linux-mtd" <linux-mtd@lists.infradead.org>,
> "linux-kernel" <linux-kernel@vger.kernel.org>
> Gesendet: Mittwoch, 22. März 2023 17:59:00
> Betreff: [PATCH v3 05/10] ubifs: convert to kobject_del_and_put()
> 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(-)
>
> 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);
Acked-by: Richard Weinberger <richard@nod.at>
Thanks,
//richard
next prev parent reply other threads:[~2023-03-22 17:03 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 [this message]
2023-03-22 23:34 ` Damien Le Moal
2023-03-23 1:08 ` Zhihao Cheng
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=462173384.277322.1679504530972.JavaMail.zimbra@nod.at \
--to=richard@nod.at \
--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 \
/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