summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2021-09-23 19:10:50 +0200
committerPeter Zijlstra <peterz@infradead.org>2021-10-07 13:51:07 +0200
commit77e52ae35463521041906c510fe580d15663bb93 (patch)
tree8f1a0d47222e4e1c60749ca0eebebe1fcb11ce84 /MAINTAINERS
parentlocking/rwbase: Optimize rwbase_read_trylock (diff)
downloadlinux-77e52ae35463521041906c510fe580d15663bb93.tar.xz
linux-77e52ae35463521041906c510fe580d15663bb93.zip
futex: Move to kernel/futex/
In preparation for splitup.. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Suggested-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: André Almeida <andrealmeid@collabora.com> Link: https://lore.kernel.org/r/20210923171111.300673-2-andrealmeid@collabora.com
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index eeb4c70b3d5b..b3094cb1afdd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7725,7 +7725,7 @@ F: Documentation/locking/*futex*
F: include/asm-generic/futex.h
F: include/linux/futex.h
F: include/uapi/linux/futex.h
-F: kernel/futex.c
+F: kernel/futex/*
F: tools/perf/bench/futex*
F: tools/testing/selftests/futex/