* [f2fs-dev] [PATCH] f2fs-tools: add a missing device_alias in the feature table
@ 2025-10-27 18:53 Daeho Jeong
2025-10-28 1:59 ` Chao Yu via Linux-f2fs-devel
0 siblings, 1 reply; 2+ messages in thread
From: Daeho Jeong @ 2025-10-27 18:53 UTC (permalink / raw)
To: linux-kernel, linux-f2fs-devel, kernel-team; +Cc: Daeho Jeong
From: Daeho Jeong <daehojeong@google.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@google.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
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-28 1:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27 18:53 [f2fs-dev] [PATCH] f2fs-tools: add a missing device_alias in the feature table Daeho Jeong
2025-10-28 1:59 ` Chao Yu via Linux-f2fs-devel
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).