Re: [PATCH 2/4] btrfs: Use module_subinit{_noexit} and module_subeixt helper macros

2024-07-23 Thread Youling Tang
le_subinit-_noexit-and-module_subeixt-helper-macros/20240723-164434 base: https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-next patch link: https://lore.kernel.org/r/20240723083239.41533-3-youling.tang%40linux.dev patch subject: [PATCH 2/4] btrfs: Use module_subinit{_n

Re: [PATCH 2/4] btrfs: Use module_subinit{_noexit} and module_subeixt helper macros

2024-07-23 Thread kernel test robot
per-macros/20240723-164434 base: https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-next patch link: https://lore.kernel.org/r/20240723083239.41533-3-youling.tang%40linux.dev patch subject: [PATCH 2/4] btrfs: Use module_subinit{_noexit} and module_subeixt helper macros con

[PATCH 2/4] btrfs: Use module_subinit{_noexit} and module_subeixt helper macros

2024-07-23 Thread Youling Tang
From: Youling Tang Use module_{subinit, subinit} to ensure that modules init and exit are in sequence and to simplify the code. Signed-off-by: Youling Tang --- fs/btrfs/super.c | 123 +-- 1 file changed, 23 insertions(+), 100 deletions(-) diff --git