public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Joseph Myers <jsm28@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] Update STATX_ATTR_DAX value from Linux 5.10.
Date: Mon, 11 Jan 2021 14:57:38 +0000 (GMT)	[thread overview]
Message-ID: <20210111145738.BA5243850437@sourceware.org> (raw)

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


                 reply	other threads:[~2021-01-11 14:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210111145738.BA5243850437@sourceware.org \
    --to=jsm28@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).