]> granicus.if.org Git - strace/commitdiff
Update fs *_MAGIC constants
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 19 Jul 2017 20:41:15 +0000 (20:41 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 19 Jul 2017 20:41:15 +0000 (20:41 +0000)
* xlat/fsmagic.in: Add AAFS_MAGIC introduced by linux kernel commit
v4.13-rc1~161^2~87.
* NEWS: Mention this.

NEWS
xlat/fsmagic.in

diff --git a/NEWS b/NEWS
index 3c5c49170d87f6159af58f8d797ceedd32e0e05c..ade5e8251d7aa46a0e2afa77b3691962df8c02db 100644 (file)
--- 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
index 78fe16c0d1514a6af79230b8ffa5cee0fcb723a9..a5e6140276bb475e2ea267a9529ff5bcc63e56e6 100644 (file)
@@ -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"          },