linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] erofs-utils: dump: add ztailpacking feature to feature_lists[]
@ 2022-06-28  3:56 Yue Hu
  2022-06-28  7:44 ` Gao Xiang
  0 siblings, 1 reply; 2+ messages in thread
From: Yue Hu @ 2022-06-28  3:56 UTC (permalink / raw)
  To: linux-erofs; +Cc: Yue Hu, zhangwen

Complete the dump for ztailpacking feature.

Signed-off-by: Yue Hu <huyue2@coolpad.com>
---
 dump/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dump/main.c b/dump/main.c
index 49ff2b7..40e850a 100644
--- a/dump/main.c
+++ b/dump/main.c
@@ -95,6 +95,7 @@ static struct erofsdump_feature feature_lists[] = {
 	{ false, EROFS_FEATURE_INCOMPAT_BIG_PCLUSTER, "big_pcluster" },
 	{ false, EROFS_FEATURE_INCOMPAT_CHUNKED_FILE, "chunked_file" },
 	{ false, EROFS_FEATURE_INCOMPAT_DEVICE_TABLE, "device_table" },
+	{ false, EROFS_FEATURE_INCOMPAT_ZTAILPACKING, "ztailpacking" },
 };
 
 static int erofsdump_readdir(struct erofs_dir_context *ctx);
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] erofs-utils: dump: add ztailpacking feature to feature_lists[]
  2022-06-28  3:56 [PATCH] erofs-utils: dump: add ztailpacking feature to feature_lists[] Yue Hu
@ 2022-06-28  7:44 ` Gao Xiang
  0 siblings, 0 replies; 2+ messages in thread
From: Gao Xiang @ 2022-06-28  7:44 UTC (permalink / raw)
  To: Yue Hu; +Cc: Yue Hu, linux-erofs, zhangwen

On Tue, Jun 28, 2022 at 11:56:07AM +0800, Yue Hu wrote:
> Complete the dump for ztailpacking feature.
> 
> Signed-off-by: Yue Hu <huyue2@coolpad.com>

Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>

(Will apply later..)

Thanks,
Gao Xiang


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-28  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28  3:56 [PATCH] erofs-utils: dump: add ztailpacking feature to feature_lists[] Yue Hu
2022-06-28  7:44 ` Gao Xiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).