aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <[email protected]>2023-04-26 12:27:51 -0400
committerKent Overstreet <[email protected]>2023-10-19 14:47:33 -0400
commitbd0d22e41ecbc5247e5f6a423636df14dbb1bef2 (patch)
treea9c1b95d034f710a65cb307a0879287dc088895a
parent8c8d2d9670e813d623d8a2cbc881cb57344f4d37 (diff)
MAINTAINERS: Add entry for closures
closures, from bcache, are async widgets with a variety of uses. bcachefs also uses them, so they're being moved to lib/; mark them as maintained. Signed-off-by: Kent Overstreet <[email protected]> Acked-by: Coly Li <[email protected]> Signed-off-by: Kent Overstreet <[email protected]>
-rw-r--r--MAINTAINERS8
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 90f13281d297..db13f81bdacc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5051,6 +5051,14 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
F: Documentation/devicetree/bindings/timer/
F: drivers/clocksource/
+CLOSURES
+M: Kent Overstreet <[email protected]>
+S: Supported
+C: irc://irc.oftc.net/bcache
+F: include/linux/closure.h
+F: lib/closure.c
+
CMPC ACPI DRIVER
M: Thadeu Lima de Souza Cascardo <[email protected]>
M: Daniel Oliveira Nascimento <[email protected]>