Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > 55eb56c258e2e09e5695782a54aaaf5b > files > 29

util-linux-2.25.2-3.5.mga5.src.rpm

--- util-linux-2.19/mount/mount.c.users	2011-02-12 00:07:55.000000000 -0200
+++ util-linux-2.19/mount/mount.c	2011-02-12 00:08:13.000000000 -0200
@@ -127,7 +127,7 @@ struct opt_map {
 #define MS_NOSYS	(MS_NOAUTO|MS_USERS|MS_USER|MS_COMMENT|MS_LOOP)
 
 /* Options that we keep from appearing in the options field in the mtab.  */
-#define MS_NOMTAB	(MS_REMOUNT|MS_NOAUTO|MS_USERS|MS_USER)
+#define MS_NOMTAB	(MS_REMOUNT|MS_NOAUTO|MS_USER)
 
 #define MS_PROPAGATION  (MS_SHARED|MS_SLAVE|MS_UNBINDABLE|MS_PRIVATE)