mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Szabolcs Nagy <nsz@port70.net>
To: musl@lists.openwall.com
Subject: [PATCH 2/3] add MS_NOREMOTELOCK mount flag from linux v4.9
Date: Sun, 25 Dec 2016 10:42:15 +0100	[thread overview]
Message-ID: <d2df36be1d1517982d8644a8ee5ab54365428bc2.1482583912.git.nsz@port70.net> (raw)
In-Reply-To: <cover.1482583912.git.nsz@port70.net>

for handling file locking on overlayfs.
see linux commit c568d68341be7030f5647def68851e469b21ca11
---
 include/sys/mount.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/sys/mount.h b/include/sys/mount.h
index 6674e65..57a89c0 100644
--- a/include/sys/mount.h
+++ b/include/sys/mount.h
@@ -47,6 +47,7 @@ extern "C" {
 #define MS_I_VERSION   (1<<23)
 #define MS_STRICTATIME (1<<24)
 #define MS_LAZYTIME    (1<<25)
+#define MS_NOREMOTELOCK (1<<27)
 #define MS_NOSEC       (1<<28)
 #define MS_BORN        (1<<29)
 #define MS_ACTIVE      (1<<30)
-- 
2.10.2



  parent reply	other threads:[~2016-12-25  9:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-25  9:40 [PATCH 0/3] update to " Szabolcs Nagy
2016-12-25  9:41 ` [PATCH 1/3] add pkey_{mprotect,alloc,free} syscalls from " Szabolcs Nagy
2016-12-25  9:42 ` Szabolcs Nagy [this message]
2016-12-25  9:43 ` [PATCH 3/3] update tcp_info struct to " Szabolcs Nagy

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=d2df36be1d1517982d8644a8ee5ab54365428bc2.1482583912.git.nsz@port70.net \
    --to=nsz@port70.net \
    --cc=musl@lists.openwall.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).