diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-11-09 13:22:50 +0100 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-11-11 02:43:53 +0100 |
commit | 58954b3be8b7a8a0ebf1ced6fbbab808e8ccc4b6 (patch) | |
tree | 9fc8509f51209a6e97bd57da0ad4ee905aa0a2a4 /MAINTAINERS | |
parent | tracing: Fix some typos in comments (diff) | |
download | linux-58954b3be8b7a8a0ebf1ced6fbbab808e8ccc4b6.tar.xz linux-58954b3be8b7a8a0ebf1ced6fbbab808e8ccc4b6.zip |
MAINTAINERS: assign ./fs/tracefs to TRACING
A check with ./scripts/get_maintainer.pl --letters -f fs/tracefs/ shows
that the tracefs is not assigned to the TRACING section in MAINTAINERS.
Add the file pattern for the TRACING section to rectify that.
Link: https://lkml.kernel.org/r/20201109122250.31915-1-lukas.bulwahn@gmail.com
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b516bb34a8d5..5c714c19fadc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17751,6 +17751,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core F: Documentation/trace/ftrace.rst F: arch/*/*/*/ftrace.h F: arch/*/kernel/ftrace.c +F: fs/tracefs/ F: include/*/ftrace.h F: include/linux/trace*.h F: include/trace/ |