util-linux-ng/util-linux-ng-2.14-mount-managed.patch
kzak 6a4bb2607c - upgrade to 2.14.2-rc1
- refresh old patches
2008-12-23 00:12:56 +00:00

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 }
};