From: Dmitry V. Levin Date: Fri, 18 Nov 2016 13:13:31 +0000 (+0000) Subject: Update MS_* constants X-Git-Tag: v4.15~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a914e6c1fa0c7bf29d115fd7998e9c61b05b82c;p=strace Update MS_* constants * xlat/mount_flags.in: Add MS_NOREMOTELOCK introduced by linux kernel commit v4.9-rc1~57^2~1^2~7. --- 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)