From: Chao Yu via Linux-f2fs-devel <linux-f2fs-devel@lists.sourceforge.net>
To: jaegeuk@kernel.org
Cc: linux-f2fs-devel@lists.sourceforge.net
Subject: [f2fs-dev] [PATCH 2/3] dump.f2fs: print s_encoding_flags
Date: Mon, 31 Mar 2025 11:00:33 +0800 [thread overview]
Message-ID: <20250331030034.481423-2-chao@kernel.org> (raw)
In-Reply-To: <20250331030034.481423-1-chao@kernel.org>
It missed to print s_encoding_flags in print_raw_sb_info(), fix it.
Signed-off-by: Chao Yu <chao@kernel.org>
---
fsck/mount.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fsck/mount.c b/fsck/mount.c
index 0b05f00..e7c4069 100644
--- a/fsck/mount.c
+++ b/fsck/mount.c
@@ -555,6 +555,7 @@ printout:
DISP_u32(sb, qf_ino[PRJQUOTA]);
DISP_u16(sb, s_encoding);
+ DISP_u16(sb, s_encoding_flags);
DISP_u32(sb, crc);
print_sb_debug_info(sb);
--
2.49.0
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
next prev parent reply other threads:[~2025-03-31 3:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-31 3:00 [f2fs-dev] [PATCH 1/3] dump.f2fs: support to dump hex of filename in dump_dirent() Chao Yu via Linux-f2fs-devel
2025-03-31 3:00 ` Chao Yu via Linux-f2fs-devel [this message]
2025-03-31 3:00 ` [f2fs-dev] [PATCH 3/3] fsck.f2fs: support to tune linear lookup feature Chao Yu via Linux-f2fs-devel
2025-04-04 19:17 ` Jaegeuk Kim via Linux-f2fs-devel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250331030034.481423-2-chao@kernel.org \
--to=linux-f2fs-devel@lists.sourceforge.net \
--cc=chao@kernel.org \
--cc=jaegeuk@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.