diff options
Diffstat (limited to 'init/builtins.c')
-rw-r--r-- | init/builtins.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/builtins.c b/init/builtins.c index e0ccf9f..4326ebc 100644 --- a/init/builtins.c +++ b/init/builtins.c @@ -258,7 +258,6 @@ static struct { const char *name; unsigned flag; } mount_flags[] = { - { "move", MS_MOVE }, { "noatime", MS_NOATIME }, { "nosuid", MS_NOSUID }, { "nodev", MS_NODEV }, |