* [PATCH 10/10] Add support for VMUFAT filesystem
@ 2026-04-10 15:07 Adrian McMenamin
0 siblings, 0 replies; only message in thread
From: Adrian McMenamin @ 2026-04-10 15:07 UTC (permalink / raw)
To: linux-fsdevel; +Cc: linux-kernel, Adrian McMenamin
The pattern 0x55555555 is used in the VMUFAT system block, so we add it as a magic number here.
Signed-off-by: Adrian McMenamin <adrianmcmenamin@gmail.com>
---
diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h
index 4f2da935a76c..7a3ab866ef48 100644
--- a/include/uapi/linux/magic.h
+++ b/include/uapi/linux/magic.h
@@ -54,6 +54,7 @@
#define QNX4_SUPER_MAGIC 0x002f /* qnx4 fs detection */
#define QNX6_SUPER_MAGIC 0x68191122 /* qnx6 fs detection */
#define AFS_FS_MAGIC 0x6B414653
+#define VMUFAT_SUPER_MAGIC 0x55555555 /* opening bytes of root */
#define REISERFS_SUPER_MAGIC 0x52654973 /* used by gcc */
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-10 15:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-10 15:07 [PATCH 10/10] Add support for VMUFAT filesystem Adrian McMenamin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox