Update STATX_ATTR_DAX value from Linux 5.10.

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.
This commit is contained in:
Joseph Myers 2021-01-11 14:57:08 +00:00
parent 313bfd505e
commit 1c426b1d59

View 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