[LTP] [PATCH 2/3] Adding magic definition required for hugemmap40.
Pavithra
pavrampu@linux.ibm.com
Thu Nov 27 08:22:30 CET 2025
Defining HUGETLBFS_MAGIC.
Signed-off-by: Pavithra <pavrampu@linux.ibm.com>
---
include/tst_fs.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/tst_fs.h b/include/tst_fs.h
index ceae78e7e..c829170fb 100644
--- a/include/tst_fs.h
+++ b/include/tst_fs.h
@@ -33,6 +33,7 @@
#define TST_FUSE_MAGIC 0x65735546
#define TST_VFAT_MAGIC 0x4d44 /* AKA MSDOS */
#define TST_EXFAT_MAGIC 0x2011BAB0UL
+#define HUGETLBFS_MAGIC 0x958458f6
/* fs/bcachefs/bcachefs_format.h */
#define TST_BCACHE_MAGIC 0xca451a4e
--
2.43.5
More information about the ltp
mailing list