]> granicus.if.org Git - strace/commitdiff
Update MS_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 18 Nov 2016 13:13:31 +0000 (13:13 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 18 Nov 2016 15:23:35 +0000 (15:23 +0000)
* xlat/mount_flags.in: Add MS_NOREMOTELOCK introduced
by linux kernel commit v4.9-rc1~57^2~1^2~7.

xlat/mount_flags.in

index fbb2a717f1d235280d830b020300b3d0c055c168..bf903d29accbe370397a76298405edc5844811fa 100644 (file)
@@ -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)