summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt <rostedt@goodmis.org>2015-06-09 17:30:11 -0400
committerJens Axboe <axboe@fb.com>2015-06-09 17:30:50 -0400
commitae11f7efda05dc568521924c890c80d0be908d43 (patch)
tree26c1bc906348b34f0c469d344cbdb5ba48e6e2fe
parente48453c386f39ca9ea29e9df6efef78f56746af0 (diff)
blktrace: Add blktrace.c to BLOCK LAYER in MAINTAINERS file
blktrace.c is currently maintained by Jens Axboe as it is used for debugging the block layer. That file should be added to the MAINTAINERS file under BLOCK LAYER, such that people will know to Cc the BLOCK LAYER maintainer when modifying that file. Currently: $ scripts/get_maintainer.pl -f kernel/trace/blktrace.c Steven Rostedt <rostedt@goodmis.org> (maintainer:TRACING) Ingo Molnar <mingo@redhat.com> (maintainer:TRACING) linux-kernel@vger.kernel.org (open list) After the patch: $ scripts/get_maintainer.pl -f kernel/trace/blktrace.c Jens Axboe <axboe@kernel.dk> (maintainer:BLOCK LAYER) Steven Rostedt <rostedt@goodmis.org> (maintainer:TRACING) Ingo Molnar <mingo@redhat.com> (maintainer:TRACING) linux-kernel@vger.kernel.org (open list) Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Jens Axboe <axboe@fb.com>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 781e099495d3..804e287fd284 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2042,6 +2042,7 @@ M: Jens Axboe <axboe@kernel.dk>
2042T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git 2042T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2043S: Maintained 2043S: Maintained
2044F: block/ 2044F: block/
2045F: kernel/trace/blktrace.c
2045 2046
2046BLOCK2MTD DRIVER 2047BLOCK2MTD DRIVER
2047M: Joern Engel <joern@lazybastard.org> 2048M: Joern Engel <joern@lazybastard.org>