Signed-off-by: Mike Frysinger <vap...@gentoo.org>

        * system.c (MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION,
        MS_STRICTATIME, MS_BORN): Define.
        (mount_flags): Add MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION,
        MS_STRICTATIME, MS_BORN.
---
 system.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/system.c b/system.c
index f0641c3..75f9291 100644
--- a/system.c
+++ b/system.c
@@ -55,6 +55,11 @@
 #define MS_PRIVATE     (1<<18) /* change to private */
 #define MS_SLAVE       (1<<19) /* change to slave */
 #define MS_SHARED      (1<<20) /* change to shared */
+#define MS_RELATIME    (1<<21)
+#define MS_KERNMOUNT   (1<<22)
+#define MS_I_VERSION   (1<<23)
+#define MS_STRICTATIME (1<<24)
+#define MS_BORN                (1<<29)
 #define MS_ACTIVE      (1<<30)
 #define MS_NOUSER      (1<<31)
 #define MS_MGC_VAL     0xc0ed0000      /* Magic flag number */
@@ -92,6 +97,11 @@ static const struct xlat mount_flags[] = {
        { MS_NOEXEC,    "MS_NOEXEC"     },
        { MS_SYNCHRONOUS,"MS_SYNCHRONOUS"},
        { MS_REMOUNT,   "MS_REMOUNT"    },
+       { MS_RELATIME,  "MS_RELATIME"   },
+       { MS_KERNMOUNT, "MS_KERNMOUNT"  },
+       { MS_I_VERSION, "MS_I_VERSION"  },
+       { MS_STRICTATIME,"MS_STRICTATIME"},
+       { MS_BORN,      "MS_BORN"       },
        { MS_MANDLOCK,  "MS_MANDLOCK"   },
        { MS_NOATIME,   "MS_NOATIME"    },
        { MS_NODIRATIME,"MS_NODIRATIME" },
-- 
1.7.4.1


------------------------------------------------------------------------------
Index, Search & Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to