summaryrefslogtreecommitdiff
path: root/src/xlat
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2022-12-11 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2022-12-11 08:00:00 +0000
commitd3feb8d8ebc524cb1c77234449f2cbc1a9e3de0e (patch)
treef8b0cc13b4739534002c2b5d3acd944362a11ea8 /src/xlat
parentcc8f44dbba78c7364b466af5d5a2d6fbcf362c8e (diff)
downloadstrace-d3feb8d8ebc524cb1c77234449f2cbc1a9e3de0e.tar.gz
xlat: update STATX_* constants
* src/xlat/statx_masks.in (STATX_DIOALIGN): New constant introduced by Linux kernel commit v6.1-rc1~187^2~7. * tests/xstatx.c (main): Update expected output. * NEWS: Mention this change.
Diffstat (limited to 'src/xlat')
-rw-r--r--src/xlat/statx_masks.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xlat/statx_masks.in b/src/xlat/statx_masks.in
index 3438672bb..74a89a700 100644
--- a/src/xlat/statx_masks.in
+++ b/src/xlat/statx_masks.in
@@ -14,3 +14,4 @@ STATX_SIZE 0x00000200U
STATX_BLOCKS 0x00000400U
STATX_BTIME 0x00000800U
STATX_MNT_ID 0x00001000U
+STATX_DIOALIGN 0x00002000U