[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251027185307.3680345-1-daeho43@gmail.com>
Date: Mon, 27 Oct 2025 11:53:07 -0700
From: Daeho Jeong <daeho43@...il.com>
To: linux-kernel@...r.kernel.org,
linux-f2fs-devel@...ts.sourceforge.net,
kernel-team@...roid.com
Cc: Daeho Jeong <daehojeong@...gle.com>
Subject: [PATCH] f2fs-tools: add a missing device_alias in the feature table
From: Daeho Jeong <daehojeong@...gle.com>
Add a missing "device_alias" feature into the feature table to show it
properly in print_sb_state().
Fixes: 8cc4e257ec20 ("mkfs.f2fs: add device aliasing feature")
Signed-off-by: Daeho Jeong <daehojeong@...gle.com>
---
include/f2fs_fs.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/f2fs_fs.h b/include/f2fs_fs.h
index 6f3f83a..88a854a 100644
--- a/include/f2fs_fs.h
+++ b/include/f2fs_fs.h
@@ -2022,6 +2022,7 @@ struct feature feature_table[] = { \
{ "casefold", F2FS_FEATURE_CASEFOLD, 1}, \
{ "compression", F2FS_FEATURE_COMPRESSION, 1}, \
{ "ro", F2FS_FEATURE_RO, 1}, \
+ { "device_alias", F2FS_FEATURE_DEVICE_ALIAS, 0}, \
{ NULL, 0x0, 0}, \
};
--
2.51.1.838.g19442a804e-goog
Powered by blists - more mailing lists