public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Adhemerval Zanella <adhemerval.zanella@linaro.org>
To: libc-alpha@sourceware.org, Joseph Myers <joseph@codesourcery.com>
Subject: [PATCH 3/6] linux: Add FSCONFIG_CMD_CREATE_EXCL from Linux 6.6 to sys/mount.h
Date: Mon, 30 Oct 2023 18:32:42 -0300	[thread overview]
Message-ID: <20231030213245.2626895-4-adhemerval.zanella@linaro.org> (raw)
In-Reply-To: <20231030213245.2626895-1-adhemerval.zanella@linaro.org>

The tst-mount-consts.py does not need to be updated because kernel
exports it as an enum (compare_macro_consts can not parse it).
---
 sysdeps/unix/sysv/linux/sys/mount.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysdeps/unix/sysv/linux/sys/mount.h b/sysdeps/unix/sysv/linux/sys/mount.h
index a692c0e092..db0ac7a8a4 100644
--- a/sysdeps/unix/sysv/linux/sys/mount.h
+++ b/sysdeps/unix/sysv/linux/sys/mount.h
@@ -256,6 +256,8 @@ enum fsconfig_command
 # define FSCONFIG_CMD_CREATE FSCONFIG_CMD_CREATE
   FSCONFIG_CMD_RECONFIGURE = 7,   /* Invoke superblock reconfiguration */
 # define FSCONFIG_CMD_RECONFIGURE FSCONFIG_CMD_RECONFIGURE
+  FSCONFIG_CMD_CREATE_EXCL = 8,    /* Create new superblock, fail if reusing existing superblock */
+# define FSCONFIG_CMD_CREATE_EXCL FSCONFIG_CMD_CREATE_EXCL
 };
 #endif
 
-- 
2.34.1


  parent reply	other threads:[~2023-10-30 21:32 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-30 21:32 [PATCH 0/6] Update from Linux 6.6 Adhemerval Zanella
2023-10-30 21:32 ` [PATCH 1/6] Update syscall lists for " Adhemerval Zanella
2023-10-30 21:39   ` Joseph Myers
2023-10-31 11:54     ` Adhemerval Zanella Netto
2023-10-30 21:32 ` [PATCH 2/6] Update kernel version to 6.5 in header constant tests Adhemerval Zanella
2023-10-30 21:45   ` Joseph Myers
2023-10-31 12:01     ` Adhemerval Zanella Netto
2023-10-30 21:32 ` Adhemerval Zanella [this message]
2023-10-30 21:32 ` [PATCH 4/6] linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.h Adhemerval Zanella
2023-10-30 21:32 ` [PATCH 5/6] linux: Sync Linux 6.6 elf.h Adhemerval Zanella
2023-10-31  8:29   ` Florian Weimer
2023-10-31 10:21     ` Gabriel Ravier
2023-10-31 10:37       ` Florian Weimer
2023-10-31 14:14         ` Adhemerval Zanella Netto
2023-10-30 21:32 ` [PATCH 6/6] linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401) Adhemerval Zanella
2023-10-31  8:28   ` Florian Weimer
2023-10-31 10:27     ` Gabriel Ravier
2023-10-31 14:14       ` Adhemerval Zanella Netto
2023-10-31  8:30   ` Florian Weimer

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=20231030213245.2626895-4-adhemerval.zanella@linaro.org \
    --to=adhemerval.zanella@linaro.org \
    --cc=joseph@codesourcery.com \
    --cc=libc-alpha@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).