mount: add defaults option, it does nothing

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
This commit is contained in:
Hiltjo Posthuma 2014-04-04 19:03:54 +02:00 committed by sin
parent bbf3b5ac85
commit e71d009bd1
1 changed files with 1 additions and 0 deletions

View File

@ -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 },