linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Damien Le Moal <damien.lemoal@opensource.wdc.com>
To: Naohiro Aota <naohiro.aota@wdc.com>,
	Damien Le Moal <damien.lemoal@wdc.com>
Cc: Johannes Thumshirn <jth@kernel.org>, linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH v2] zonefs: add MODULE_ALIAS_FS
Date: Fri, 17 Dec 2021 16:57:20 +0900	[thread overview]
Message-ID: <fe186879-cd98-8df5-f1e2-cc5d63eb6f81@opensource.wdc.com> (raw)
In-Reply-To: <20211217061545.2843674-1-naohiro.aota@wdc.com>

On 12/17/21 15:15, Naohiro Aota wrote:
> Add MODULE_ALIAS_FS() to load the module automatically when you do "mount
> -t zonefs".
> 
> Fixes: 8dcc1a9d90c1 ("fs: New zonefs file system")
> Cc: stable <stable@vger.kernel.org> # 5.6+
> Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
> ---
> - v2
>   - Add Fixes and Cc tags
> ---
>  fs/zonefs/super.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/fs/zonefs/super.c b/fs/zonefs/super.c
> index 259ee2bda492..b76dfb310ab6 100644
> --- a/fs/zonefs/super.c
> +++ b/fs/zonefs/super.c
> @@ -1787,5 +1787,6 @@ static void __exit zonefs_exit(void)
>  MODULE_AUTHOR("Damien Le Moal");
>  MODULE_DESCRIPTION("Zone file system for zoned block devices");
>  MODULE_LICENSE("GPL");
> +MODULE_ALIAS_FS("zonefs");
>  module_init(zonefs_init);
>  module_exit(zonefs_exit);
> 

Applied. Thanks !

-- 
Damien Le Moal
Western Digital Research

      parent reply	other threads:[~2021-12-17  7:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-17  6:15 [PATCH v2] zonefs: add MODULE_ALIAS_FS Naohiro Aota
2021-12-17  7:55 ` Johannes Thumshirn
2021-12-17  7:57 ` Damien Le Moal [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=fe186879-cd98-8df5-f1e2-cc5d63eb6f81@opensource.wdc.com \
    --to=damien.lemoal@opensource.wdc.com \
    --cc=damien.lemoal@wdc.com \
    --cc=jth@kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=naohiro.aota@wdc.com \
    /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;
as well as URLs for NNTP newsgroup(s).