commit e71d009bd1116a5b962489f6a2d617f6e6cc423f
parent bbf3b5ac85988abb5899c952107f3156101d4a69
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 4 Apr 2014 19:03:54 +0200
mount: add defaults option, it does nothing
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/mount.c b/mount.c
@@ -14,6 +14,7 @@ struct {
const char *notopt;
unsigned long v;
} optnames[] = {
+ { "defaults", NULL, 0 },
{ "remount", NULL, MS_REMOUNT },
{ "ro", "rw", MS_RDONLY },
{ "sync", "async", MS_SYNCHRONOUS },