diff -ur util-linux-2.12r.old/mount/mount.c util-linux-2.12r/mount/mount.c
--- util-linux-2.12r.old/mount/mount.c	2004-12-21 14:00:36.000000000 -0800
+++ util-linux-2.12r/mount/mount.c	2006-01-28 00:56:22.000000000 -0800
@@ -164,6 +164,8 @@
   { "diratime",	0, 1, MS_NODIRATIME },	/* Update dir access times */
   { "nodiratime", 0, 0, MS_NODIRATIME },/* Do not update dir access times */
 #endif
+  { "kudzu", 0, 0, MS_COMMENT },	/* Silently remove this option (backwards compat use only - deprecated) */
+  { "managed", 0, 0, MS_COMMENT },	/* Silently remove this option */
   { NULL,	0, 0, 0		}
 };
 
