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@xxxxxxxxxxxxxxx> # 5.6+ > Signed-off-by: Naohiro Aota <naohiro.aota@xxxxxxx> > --- > - 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