]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
blktrace: Add blktrace.c to BLOCK LAYER in MAINTAINERS file
authorSteven Rostedt <rostedt@goodmis.org>
Tue, 9 Jun 2015 21:30:11 +0000 (17:30 -0400)
committerJens Axboe <axboe@fb.com>
Tue, 9 Jun 2015 21:30:50 +0000 (15:30 -0600)
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>
MAINTAINERS

index 781e099495d35b5d4c245455b7bc07fc80fd831f..804e287fd28409fa67728f3f2d981593d9298912 100644 (file)
@@ -2042,6 +2042,7 @@ M:        Jens Axboe <axboe@kernel.dk>
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
 S:     Maintained
 F:     block/
+F:     kernel/trace/blktrace.c
 
 BLOCK2MTD DRIVER
 M:     Joern Engel <joern@lazybastard.org>