Skip to content

Commit

Permalink
zonefs: add MODULE_ALIAS_FS
Browse files Browse the repository at this point in the history
Add MODULE_ALIAS_FS() to load the module automatically when you do "mount
-t zonefs".

Fixes: 8dcc1a9 ("fs: New zonefs file system")
Cc: stable <[email protected]> # 5.6+
Signed-off-by: Naohiro Aota <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Damien Le Moal <[email protected]>
  • Loading branch information
naota authored and Damien Le Moal committed Dec 17, 2021
1 parent 2585cf9 commit 8ffea25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/zonefs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 8ffea25

Please sign in to comment.