summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeborah Brouwer <3563deb6753@gmail.com>2021-03-27 20:38:47 -0700
committerDmitry V. Levin <ldv@strace.io>2021-03-28 03:38:47 +0000
commit07429694472e70e297cdc8771481d6218492b6c1 (patch)
treeef383bc293393e66d050059a82ed60f0e326e57a
parente6033ef77fddb3b59026e8fedd9543e209716a36 (diff)
downloadstrace-07429694472e70e297cdc8771481d6218492b6c1.tar.gz
xlat: update ST_* constants
* scr/xlat/statfs_flags.in (ST_NOSYMFOLLOW): New constant introduced by Linux kernel commit v5.10-rc1~19^2~9. * NEWS: Mention this change. Signed-off-by: Deborah Brouwer <3563deb6753@gmail.com>
-rw-r--r--NEWS2
-rw-r--r--src/xlat/statfs_flags.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6cf9da746..65d4292fc 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Noteworthy changes in release ?.?? (????-??-??)
* Improvements
* Updated decoding of IFLA_BRPORT_* netlink attributes to match Linux 5.12.
- * Updated lists of DEVCONF_*, IORING_*, KVM_*, and MPOL_* constants.
+ * Updated lists of DEVCONF_*, IORING_*, KVM_*, MPOL_*, and ST_* constants.
* Bug fixes
* Fixed build using bionic libc.
diff --git a/src/xlat/statfs_flags.in b/src/xlat/statfs_flags.in
index f791a60e5..90a06138e 100644
--- a/src/xlat/statfs_flags.in
+++ b/src/xlat/statfs_flags.in
@@ -8,3 +8,4 @@ ST_MANDLOCK 0x0040
ST_NOATIME 0x0400
ST_NODIRATIME 0x0800
ST_RELATIME 0x1000
+ST_NOSYMFOLLOW 0x2000