]> git.baikalelectronics.ru Git - kernel.git/commit
module: Move latched RB-tree support to a separate file
authorAaron Tomlin <atomlin@redhat.com>
Tue, 22 Mar 2022 14:03:35 +0000 (14:03 +0000)
committerLuis Chamberlain <mcgrof@kernel.org>
Tue, 5 Apr 2022 15:43:04 +0000 (08:43 -0700)
commit0c1fa6603ecc357ad87b40e276e30732729e3062
treec6ad5b8a4547f1c2ef08ee497b06bc6bf43853b1
parent7a701d97eb9d763746d32ddc032791bcfaf8fb38
module: Move latched RB-tree support to a separate file

No functional change.

This patch migrates module latched RB-tree support
(e.g. see __module_address()) from core module code
into kernel/module/tree_lookup.c.

Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Aaron Tomlin <atomlin@redhat.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/module/Makefile
kernel/module/internal.h
kernel/module/main.c
kernel/module/tree_lookup.c [new file with mode: 0644]