[PATCH v2] xlat: update ST_* constants
Deborah Brouwer
3563deb6753 at gmail.com
Sun Mar 28 03:38:47 UTC 2021
* 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 at gmail.com>
---
Changes since v1:
Revised commit message for accuracy.
Put change in NEWS file.
NEWS | 1 +
src/xlat/statfs_flags.in | 1 +
2 files changed, 2 insertions(+)
diff --git a/NEWS b/NEWS
index 84fd944d..567dab85 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ Noteworthy changes in release ?.?? (????-??-??)
===============================================
* Improvements
+ * Updated list of ST_* constants.
* Bug fixes
* Fixed build using bionic libc.
diff --git a/src/xlat/statfs_flags.in b/src/xlat/statfs_flags.in
index f791a60e..90a06138 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
--
2.17.1
More information about the Strace-devel
mailing list