[PATCH] xlat: update ST_NOSYMFOLLOW constant

Deborah Brouwer 3563deb6753 at gmail.com
Thu Mar 25 04:26:33 UTC 2021


Linux 5.10 introduced new constant ST_NOSYMFOLLOW.

Signed-off-by: Deborah Brouwer <3563deb6753 at gmail.com>
---
 src/xlat/statfs_flags.in | 1 +
 1 file changed, 1 insertion(+)

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