This series provides the module_subinit{_noexit} and module_subeixt helper
macros and applies to btrfs, ext4 and f2fs.
See link [1] for the previous discussion process.
[1]: https://lore.kernel.org/all/[email protected]/
Youling Tang (4):
module: Add module_subinit{_noexit} and module_subeixt helper macros
btrfs: Use module_subinit{_noexit} and module_subeixt helper macros
ext4: Use module_{subinit, subexit} helper macros
f2fs: Use module_{subinit, subeixt} helper macros
fs/btrfs/super.c | 123 +++++---------------------
fs/ext4/super.c | 115 +++++++-----------------
fs/f2fs/debug.c | 3 +-
fs/f2fs/f2fs.h | 4 +-
fs/f2fs/super.c | 139 +++++++-----------------------
include/asm-generic/vmlinux.lds.h | 5 ++
include/linux/init.h | 62 ++++++++++++-
include/linux/module.h | 22 +++++
8 files changed, 180 insertions(+), 293 deletions(-)
--
2.34.1
_______________________________________________
Linux-f2fs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel