From 38c9790ed10213f3c8b42f7bf0e1f2aecfe7c400 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Wed, 4 Apr 2018 23:24:23 +0200 Subject: [PATCH] xlat: add MS_SUBMOUNT constant * xlat/mount_flags.in (MS_SUBMOUNT): New constant, introduced by Linux commit v4.11-rc1~82^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 bf903d29..e7f3ce18 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_SUBMOUNT (1<<26) MS_NOREMOTELOCK (1<<27) MS_NOSEC (1<<28) MS_BORN (1<<29) -- 2.40.0