diff options
author | Chao Yu <yuchao0@huawei.com> | 2020-10-30 05:24:35 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-11-07 06:52:36 +0300 |
commit | a0650046d31d3ca92e7fb41ae5c667ed9250a2fc (patch) | |
tree | 8d183578ff8b68d1348d035bed019b1809ba20f6 /MAINTAINERS | |
parent | 174fe5ba2d1ea0d6c5ab2a7d4aa058d6d497ae4d (diff) | |
download | linux-a0650046d31d3ca92e7fb41ae5c667ed9250a2fc.tar.xz |
MAINTAINERS: add missing file in ext4 entry
include/trace/events/ext4.h belongs to ext4 module, add the file path into
ext4 entry in MAINTAINERS.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Link: https://lore.kernel.org/r/20201030022435.1136-1-yuchao0@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b516bb34a8d5..025d16ae0767 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6614,6 +6614,7 @@ Q: http://patchwork.ozlabs.org/project/linux-ext4/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git F: Documentation/filesystems/ext4/ F: fs/ext4/ +F: include/trace/events/ext4.h Extended Verification Module (EVM) M: Mimi Zohar <zohar@linux.ibm.com> |