public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/maskray/lld] Update STATX_ATTR_DAX value from Linux 5.10.
@ 2021-01-18 21:40 Fangrui Song
  0 siblings, 0 replies; only message in thread
From: Fangrui Song @ 2021-01-18 21:40 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1c426b1d59cc7a5f9133f4799f2640234a3077e3

commit 1c426b1d59cc7a5f9133f4799f2640234a3077e3
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Jan 11 14:57:08 2021 +0000

    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.

Diff:
---
 io/bits/statx-generic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/io/bits/statx-generic.h b/io/bits/statx-generic.h
index 0b4689cc9a..f8b0f4da36 100644
--- a/io/bits/statx-generic.h
+++ b/io/bits/statx-generic.h
@@ -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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-18 21:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18 21:40 [glibc/maskray/lld] Update STATX_ATTR_DAX value from Linux 5.10 Fangrui Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).