diff options
author | André Almeida <andrealmeid@collabora.com> | 2020-07-15 10:10:36 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-23 14:42:25 -0600 |
commit | 9d3d6d0be041ebe47721aca8a16b632f56ee72a4 (patch) | |
tree | 4b4f54fafd563d033d9253efe6fb01ed81c2af1f /MAINTAINERS | |
parent | 61ebd0d0ae097c3d644904baef73abd86dafd351 (diff) | |
download | lwn-9d3d6d0be041ebe47721aca8a16b632f56ee72a4.tar.gz lwn-9d3d6d0be041ebe47721aca8a16b632f56ee72a4.zip |
futex: MAINTAINERS: Re-add selftests directory
Commit 95ca6d73a8a97 ("docs: move locking-specific documents to
locking/") accidentally replaced the selftests line for a duplicated
documentation one. Revert this change.
Signed-off-by: André Almeida <andrealmeid@collabora.com>
Fixes: 95ca6d73a8a97 ("docs: move locking-specific documents to locking/")
Link: https://lore.kernel.org/r/20200715131036.9692-1-andrealmeid@collabora.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index eec6923a89ce..bb12847e9315 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7106,7 +7106,7 @@ F: include/linux/futex.h F: include/uapi/linux/futex.h F: kernel/futex.c F: tools/perf/bench/futex* -F: Documentation/locking/*futex* +F: tools/testing/selftests/futex/ GATEWORKS SYSTEM CONTROLLER (GSC) DRIVER M: Tim Harvey <tharvey@gateworks.com> |