diff mbox series

MAINTAINERS: add missing file in ext4 entry

Message ID 20201030022435.1136-1-yuchao0@huawei.com
State Awaiting Upstream
Headers show
Series MAINTAINERS: add missing file in ext4 entry | expand

Commit Message

Chao Yu Oct. 30, 2020, 2:24 a.m. UTC
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>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Theodore Ts'o Nov. 7, 2020, 3:25 a.m. UTC | #1
On Fri, Oct 30, 2020 at 10:24:35AM +0800, Chao Yu wrote:
> 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>

Thanks, applied.

					- Ted
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index e73636b75f29..d1d4e49a695a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6618,6 +6618,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>