13 lines
651 B
Diff
13 lines
651 B
Diff
Index: util-linux-ng-2.14.2-rc1/mount/mount.c
|
|
===================================================================
|
|
--- util-linux-ng-2.14.2-rc1.orig/mount/mount.c
|
|
+++ util-linux-ng-2.14.2-rc1/mount/mount.c
|
|
@@ -180,6 +180,8 @@ static const struct opt_map opt_map[] =
|
|
{ "norelatime", 0, 1, MS_RELATIME }, /* Update access time without regard
|
|
to mtime/ctime */
|
|
#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 }
|
|
};
|