From 2a914e6c1fa0c7bf29d115fd7998e9c61b05b82c Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 18 Nov 2016 13:13:31 +0000 Subject: [PATCH] Update MS_* constants * xlat/mount_flags.in: Add MS_NOREMOTELOCK introduced by linux kernel commit v4.9-rc1~57^2~1^2~7. --- xlat/mount_flags.in | 1 + 1 file changed, 1 insertion(+) diff --git a/xlat/mount_flags.in b/xlat/mount_flags.in index fbb2a717..bf903d29 100644 --- a/xlat/mount_flags.in +++ b/xlat/mount_flags.in @@ -22,6 +22,7 @@ MS_KERNMOUNT (1<<22) MS_I_VERSION (1<<23) MS_STRICTATIME (1<<24) MS_LAZYTIME (1<<25) +MS_NOREMOTELOCK (1<<27) MS_NOSEC (1<<28) MS_BORN (1<<29) MS_ACTIVE (1<<30) -- 2.50.1