From 9c3f5daa16fcfde18bc93d886d4fac52c562e2af Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 30 Aug 2016 18:16:53 +0000 Subject: [PATCH] Update fs *_MAGIC constants * xlat/fsmagic.in: Add BALLOON_KVM_MAGIC and ZSMALLOC_MAGIC introduced by linux kernel commits v4.8-rc1~147^2~82 and v4.8-rc1~147^2~74, respectively. --- xlat/fsmagic.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xlat/fsmagic.in b/xlat/fsmagic.in index f9005b6c..cd5c87aa 100644 --- a/xlat/fsmagic.in +++ b/xlat/fsmagic.in @@ -39,6 +39,7 @@ { 0x09041934, "ANON_INODE_FS_MAGIC" }, { 0x0bad1dea, "FUTEXFS_SUPER_MAGIC" }, { 0x11307854, "MTD_INODE_FS_MAGIC" }, +{ 0x13661366, "BALLOON_KVM_MAGIC" }, { 0x15013346, "UDF_SUPER_MAGIC" }, { 0x28cd3d45, "CRAMFS_MAGIC" }, { 0x42494e4d, "BINFMTFS_MAGIC" }, @@ -50,6 +51,7 @@ { 0x534f434b, "SOCKFS_MAGIC" }, { 0x54190100, "UFS_CIGAM" }, { 0x57ac6e9d, "STACK_END_MAGIC" }, +{ 0x58295829, "ZSMALLOC_MAGIC" }, { 0x6165676c, "PSTOREFS_MAGIC" }, { 0x62646576, "BDEVFS_MAGIC" }, { 0x62656572, "SYSFS_MAGIC" }, -- 2.40.0