From 3e1ed8cf6267d1462ec39e479b3136b2d85be1d9 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 19 Jul 2017 20:41:15 +0000 Subject: [PATCH] Update fs *_MAGIC constants * xlat/fsmagic.in: Add AAFS_MAGIC introduced by linux kernel commit v4.13-rc1~161^2~87. * NEWS: Mention this. --- NEWS | 2 +- xlat/fsmagic.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3c5c4917..ade5e825 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,7 @@ Noteworthy changes in release ?.?? (????-??-??) * Implemented NETLINK_SELINUX protocol specific decoding. * Implemented decoding of netlink message ack flags. * Implemented decoding of nlmsgerr netlink attributes. - * Updated lists of BPF_*, RWF_*, SCM_*, and SO_* constants. + * Updated lists of BPF_*, RWF_*, SCM_*, SO_*, and *_MAGIC constants. * Bug fixes * Fixed output formatting of blkpg_ioctl_arg, dm_name_list, and iocb diff --git a/xlat/fsmagic.in b/xlat/fsmagic.in index 78fe16c0..a5e61402 100644 --- a/xlat/fsmagic.in +++ b/xlat/fsmagic.in @@ -67,6 +67,7 @@ { 0x57ac6e9d, "STACK_END_MAGIC" }, { 0x58295829, "ZSMALLOC_MAGIC" }, { 0x58465342, "XFS_SB_MAGIC" }, +{ 0x5a3c69f0, "AAFS_MAGIC" }, { 0x6165676c, "PSTOREFS_MAGIC" }, { 0x61756673, "AUFS_SUPER_MAGIC" }, { 0x62646576, "BDEVFS_MAGIC" },