On 5/9/23 09:56, Kent Overstreet wrote: > 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 <kent.overstreet@xxxxxxxxx> > Cc: Coly Li <colyli@xxxxxxx> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3fc37de3d6..5d76169140 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5044,6 +5044,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: No colon at the end of the line. > +M: Kent Overstreet <kent.overstreet@xxxxxxxxx> > +L: linux-bcachefs@xxxxxxxxxxxxxxx > +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 <cascardo@xxxxxxxxxxxxxx> > M: Daniel Oliveira Nascimento <don@xxxxxxxxxxx> -- ~Randy