commit e71d009bd1116a5b962489f6a2d617f6e6cc423f
Author: Hiltjo Posthuma <[email protected]>
Date:   Fri Apr 4 19:03:54 2014 +0200

    mount: add defaults option, it does nothing
    
    Signed-off-by: Hiltjo Posthuma <[email protected]>

diff --git a/mount.c b/mount.c
index 6afa438..d099586 100644
--- 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 },


Reply via email to