lib/generic-radix-tree.c is a simple radix tree that supports storing arbitrary types. Add a maintainers entry for it. Signed-off-by: Kent Overstreet <kent.overstreet@xxxxxxxxx> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5d76169140..c550f5909e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8615,6 +8615,13 @@ F: Documentation/devicetree/bindings/power/power?domain* F: drivers/base/power/domain*.c F: include/linux/pm_domain.h +GENERIC RADIX TREE: +M: Kent Overstreet <kent.overstreet@xxxxxxxxx> +S: Supported +C: irc://irc.oftc.net/bcache +F: include/linux/generic-radix-tree.h +F: lib/generic-radix-tree.c + GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER M: Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx> L: linux-input@xxxxxxxxxxxxxxx -- 2.40.1