VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Naohiro Aota <naohiro.aota@wdc.com> 2021-12-17 15:15:45 +0900 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2021-12-22 09:32:48 +0100 commit: d153ff65a9779bf4088e0451e18f16ac54f1de44 parent: 210ab4e3c03255d9f2ea06707fdd493f7562945c
Commit Summary:
zonefs: add MODULE_ALIAS_FS
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/zonefs/super.c b/fs/zonefs/super.c
index ddc346a9df9b..807f33553a8e 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);