All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] erofs-utils: dump: support dumping xattr filter feature bit
@ 2023-08-31 10:30 Jingbo Xu
  2023-08-31 14:54 ` Gao Xiang
  0 siblings, 1 reply; 2+ messages in thread
From: Jingbo Xu @ 2023-08-31 10:30 UTC (permalink / raw)
  To: hsiangkao, linux-erofs

Add support for dumping xattr filter feature bit.

Signed-off-by: Jingbo Xu <jefflexu@linux.alibaba.com>
---
 dump/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dump/main.c b/dump/main.c
index 7980f78..5425b7b 100644
--- a/dump/main.c
+++ b/dump/main.c
@@ -91,6 +91,7 @@ struct erofsdump_feature {
 static struct erofsdump_feature feature_lists[] = {
 	{ true, EROFS_FEATURE_COMPAT_SB_CHKSUM, "sb_csum" },
 	{ true, EROFS_FEATURE_COMPAT_MTIME, "mtime" },
+	{ true, EROFS_FEATURE_COMPAT_XATTR_FILTER, "xattr_filter" },
 	{ false, EROFS_FEATURE_INCOMPAT_ZERO_PADDING, "0padding" },
 	{ false, EROFS_FEATURE_INCOMPAT_COMPR_CFGS, "compr_cfgs" },
 	{ false, EROFS_FEATURE_INCOMPAT_BIG_PCLUSTER, "big_pcluster" },
-- 
2.19.1.6.gb485710b


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

* Re: [PATCH] erofs-utils: dump: support dumping xattr filter feature bit
  2023-08-31 10:30 [PATCH] erofs-utils: dump: support dumping xattr filter feature bit Jingbo Xu
@ 2023-08-31 14:54 ` Gao Xiang
  0 siblings, 0 replies; 2+ messages in thread
From: Gao Xiang @ 2023-08-31 14:54 UTC (permalink / raw)
  To: Jingbo Xu; +Cc: hsiangkao, linux-erofs

On Thu, Aug 31, 2023 at 06:30:20PM +0800, Jingbo Xu wrote:
> Add support for dumping xattr filter feature bit.
> 
> Signed-off-by: Jingbo Xu <jefflexu@linux.alibaba.com>

Folded into the original patch since -dev hasn't been updated.

Thanks,
Gao Xiang

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

end of thread, other threads:[~2023-08-31 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-31 10:30 [PATCH] erofs-utils: dump: support dumping xattr filter feature bit Jingbo Xu
2023-08-31 14:54 ` Gao Xiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.