commit | 80b8bf4369906aefbcb63a03012aed7a1abcbd18 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@csgroup.eu> | Wed Feb 23 13:02:11 2022 +0100 |
committer | Luis Chamberlain <mcgrof@kernel.org> | Tue Apr 05 08:43:05 2022 -0700 |
tree | 079dffe467e5d50246048f7d49ec33f2e89e74cc | |
parent | 7337f929d5672e37a80c8582d357f084320f475f [diff] |
module: Always have struct mod_tree_root In order to separate text and data, we need to setup two rb trees. This means that struct mod_tree_root is required even without MODULES_TREE_LOOKUP. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Reviewed-by: Aaron Tomlin <atomlin@atomlin.com> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>