diff options
author | Ammar Faizi <ammarfaizi2@gnuweeb.org> | 2022-12-19 23:45:21 +0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-12-19 09:56:09 -0700 |
commit | 5ad70eb27d2b87ec722fedd23638354be37ea0b0 (patch) | |
tree | a51240e381425184b31803664cf419bb7d139049 | |
parent | 6c3e8955d4bd9811a6e1761eea412a14fb51a2e6 (diff) |
MAINTAINERS: io_uring: Add include/trace/events/io_uring.h
This header file was introduced in commit c826bd7a743f ("io_uring: add
set of tracing events"). It didn't get added to the io_uring
maintainers section. Add this header file to the io_uring maintainers
section.
Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
Link: https://lore.kernel.org/r/20221219164521.2481728-1-ammar.faizi@intel.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bb77a3ed9d54..aa19c15f82a9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10825,6 +10825,7 @@ T: git git://git.kernel.dk/liburing F: io_uring/ F: include/linux/io_uring.h F: include/linux/io_uring_types.h +F: include/trace/events/io_uring.h F: include/uapi/linux/io_uring.h F: tools/io_uring/ |