Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-updates-src > by-pkgid > b9365aafafaad17c7717111e859d45a2 > files > 21

util-linux-ng-2.17.1-5.2mdv2010.2.src.rpm

diff -p -up util-linux-ng-2.14.1/mount/mount.c.users util-linux-ng-2.14.1/mount/mount.c
--- util-linux-ng-2.14.1/mount/mount.c.users	2008-09-16 16:15:48.000000000 +0200
+++ util-linux-ng-2.14.1/mount/mount.c	2008-09-16 16:17:13.000000000 +0200
@@ -108,7 +108,7 @@ struct opt_map {
 #define MS_NOSYS	(MS_NOAUTO|MS_USERS|MS_USER|MS_COMMENT|MS_ENCRYPT|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)