mount: Don't pass {,no}auto to kernel

This commit is contained in:
Michael Forney 2016-10-23 14:00:29 -07:00 committed by Hiltjo Posthuma
parent e3dacbb542
commit 3a5939e810
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ struct {
{ "dirsync", NULL, MS_DIRSYNC },
{ "nodev", "dev", MS_NODEV },
{ "noatime", "atime", MS_NOATIME },
{ "noauto", "auto", 0 },
{ "nodiratime", "diratime", MS_NODIRATIME },
{ "noexec", "exec", MS_NOEXEC },
{ "nosuid", "suid", MS_NOSUID },