From: Coly Li <colyli@suse.de>
To: Kai Krakow <kai@kaishome.de>
Cc: linux-bcache@vger.kernel.org
Subject: Re: [PATCH] bcache: Fix register_device_aync typo
Date: Thu, 28 Jan 2021 23:16:37 +0800 [thread overview]
Message-ID: <2b39601a-aadf-46cd-d034-a763082ac0fd@suse.de> (raw)
In-Reply-To: <20210128143319.202694-1-kai@kaishome.de>
On 1/28/21 10:33 PM, Kai Krakow wrote:
> Should be `register_device_async`.
>
> Cc: Coly Li <colyli@suse.de>
> Signed-off-by: Kai Krakow <kai@kaishome.de>
Thanks for the catch :-) I add it into my 5.12 for-next.
Coly Li
> ---
> drivers/md/bcache/super.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c
> index 2047a9cccdb5d..e7d1b52c5cc8b 100644
> --- a/drivers/md/bcache/super.c
> +++ b/drivers/md/bcache/super.c
> @@ -2517,7 +2517,7 @@ static void register_cache_worker(struct work_struct *work)
> module_put(THIS_MODULE);
> }
>
> -static void register_device_aync(struct async_reg_args *args)
> +static void register_device_async(struct async_reg_args *args)
> {
> if (SB_IS_BDEV(args->sb))
> INIT_DELAYED_WORK(&args->reg_work, register_bdev_worker);
> @@ -2611,7 +2611,7 @@ static ssize_t register_bcache(struct kobject *k, struct kobj_attribute *attr,
> args->sb = sb;
> args->sb_disk = sb_disk;
> args->bdev = bdev;
> - register_device_aync(args);
> + register_device_async(args);
> /* No wait and returns to user space */
> goto async_done;
> }
>
prev parent reply other threads:[~2021-01-28 15:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-28 14:33 [PATCH] bcache: Fix register_device_aync typo Kai Krakow
2021-01-28 15:16 ` Coly Li [this message]
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=2b39601a-aadf-46cd-d034-a763082ac0fd@suse.de \
--to=colyli@suse.de \
--cc=kai@kaishome.de \
--cc=linux-bcache@vger.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