Skip to content

Commit 1887bf5

Browse files
committed
Merge tag 'zonefs-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs
Pull zonefs fixes from Damien Le Moal: "One fix and one trivial update for rc6: - Add MODULE_ALIAS_FS to get automatic module loading on mount (Naohiro) - Update Damien's email address in the MAINTAINERS file (me)" * tag 'zonefs-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs: MAITAINERS: Change zonefs maintainer email address zonefs: add MODULE_ALIAS_FS
2 parents 5d65f6f + bce472f commit 1887bf5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21059,7 +21059,7 @@ S: Maintained
2105921059
F: arch/x86/kernel/cpu/zhaoxin.c
2106021060

2106121061
ZONEFS FILESYSTEM
21062-
M: Damien Le Moal <[email protected]>
21062+
M: Damien Le Moal <damien.lemoal@opensource.wdc.com>
2106321063
M: Naohiro Aota <[email protected]>
2106421064
R: Johannes Thumshirn <[email protected]>
2106521065

fs/zonefs/super.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,5 +1787,6 @@ static void __exit zonefs_exit(void)
17871787
MODULE_AUTHOR("Damien Le Moal");
17881788
MODULE_DESCRIPTION("Zone file system for zoned block devices");
17891789
MODULE_LICENSE("GPL");
1790+
MODULE_ALIAS_FS("zonefs");
17901791
module_init(zonefs_init);
17911792
module_exit(zonefs_exit);

0 commit comments

Comments
 (0)