Update STATX_ATTR_DAX value from Linux 5.10.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 11 Jan 2021 14:57:08 +0000 (14:57 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 11 Jan 2021 14:57:08 +0000 (14:57 +0000)
This patch updates the value of STATX_ATTR_DAX in bits/statx-generic.h
for a change made in Linux 5.10.  (As with previous such changes, this
only does anything if glibc is being used with old kernel headers.)

Tested for x86_64.

io/bits/statx-generic.h

index 0b4689c..f8b0f4d 100644 (file)
@@ -51,7 +51,7 @@
 # define STATX_ATTR_AUTOMOUNT 0x1000
 # define STATX_ATTR_MOUNT_ROOT 0x2000
 # define STATX_ATTR_VERITY 0x100000
-# define STATX_ATTR_DAX 0x2000
+# define STATX_ATTR_DAX 0x200000
 #endif /* !STATX_TYPE */
 
 __BEGIN_DECLS