2019-09-19 07:32:58

by Gao Xiang

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: erofs: complete sub-entries for erofs

Add a formal git tree and missing files for erofs
after moving out of staging for everyone to blame
in order for better improvement.

Signed-off-by: Gao Xiang <[email protected]>
---
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2b6f10ea1573..a3822e1866d8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6088,7 +6088,10 @@ M: Gao Xiang <[email protected]>
M: Chao Yu <[email protected]>
L: [email protected]
S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git
+F: Documentation/filesystems/erofs.txt
F: fs/erofs/
+F: include/trace/events/erofs.h

ERRSEQ ERROR TRACKING INFRASTRUCTURE
M: Jeff Layton <[email protected]>
--
2.17.1


2019-09-19 07:42:52

by Chao Yu

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: erofs: complete sub-entries for erofs

On 2019/9/19 14:28, Gao Xiang wrote:
> Add a formal git tree and missing files for erofs
> after moving out of staging for everyone to blame
> in order for better improvement.
>
> Signed-off-by: Gao Xiang <[email protected]>

Acked-by: Chao Yu <[email protected]>

Thanks,