Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 -1
+1 -1
MAINTAINERS
··· 21059 21059 F: arch/x86/kernel/cpu/zhaoxin.c 21060 21060 21061 21061 ZONEFS FILESYSTEM 21062 - M: Damien Le Moal <damien.lemoal@wdc.com> 21062 + M: Damien Le Moal <damien.lemoal@opensource.wdc.com> 21063 21063 M: Naohiro Aota <naohiro.aota@wdc.com> 21064 21064 R: Johannes Thumshirn <jth@kernel.org> 21065 21065 L: linux-fsdevel@vger.kernel.org
+1
fs/zonefs/super.c
··· 1787 1787 MODULE_AUTHOR("Damien Le Moal"); 1788 1788 MODULE_DESCRIPTION("Zone file system for zoned block devices"); 1789 1789 MODULE_LICENSE("GPL"); 1790 + MODULE_ALIAS_FS("zonefs"); 1790 1791 module_init(zonefs_init); 1791 1792 module_exit(zonefs_exit);