[LTP] [PATCH 1/2] tst_fs.h: Add TST_TRACEFS_MAGIC constant
Martin Doucha
mdoucha@suse.cz
Fri Feb 20 16:47:08 CET 2026
Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
include/tst_fs.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/tst_fs.h b/include/tst_fs.h
index ceae78e7e..6dfa157a5 100644
--- a/include/tst_fs.h
+++ b/include/tst_fs.h
@@ -11,6 +11,7 @@
#define TST_NFS_MAGIC 0x6969
#define TST_RAMFS_MAGIC 0x858458f6
#define TST_TMPFS_MAGIC 0x01021994
+#define TST_TRACEFS_MAGIC 0x74726163
#define TST_V9FS_MAGIC 0x01021997
#define TST_XFS_MAGIC 0x58465342
#define TST_EXT2_OLD_MAGIC 0xEF51
--
2.52.0
More information about the ltp
mailing list