Update fs *_MAGIC constants
* xlat/fsmagic.in: Add AAFS_MAGIC introduced by linux kernel commit v4.13-rc1~161^2~87. * NEWS: Mention this.
This commit is contained in:
parent
bf24770d91
commit
3e1ed8cf62
2
NEWS
2
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
|
||||
|
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user