Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > main-updates-src > by-pkgid > 27fd89d2f8fc6166d9aeb3e78e998a76 > files > 27

util-linux-2.19-3.2.src.rpm

diff -p -up util-linux-ng-2.15/mount/mount.c.orig util-linux-ng-2.15/mount/mount.c
--- util-linux-ng-2.15/mount/mount.c.orig	2009-03-27 09:13:20.000000000 -0300
+++ util-linux-ng-2.15/mount/mount.c	2009-05-29 11:57:09.000000000 -0300
@@ -192,6 +192,8 @@ static const struct opt_map opt_map[] = 
   { "strictatime", 0, 0, MS_STRICTATIME }, /* Strict atime semantics */
   { "nostrictatime", 0, 1, MS_STRICTATIME }, /* kernel default atime */
 #endif
+  { "kudzu", 0, 0, MS_COMMENT },	/* Silently remove this option (backwards compat use only - deprecated) */
+  { "managed", 0, 0, MS_COMMENT },	/* Silently remove this option */
   { "nofail",	0, 0, MS_COMMENT},	/* Do not fail if ENOENT on dev */
   { NULL,	0, 0, 0		}
 };