commit 3a5939e81018a05d710d0f3c8cea8794dd8a1637
Author:     Michael Forney <[email protected]>
AuthorDate: Sun Oct 23 14:00:29 2016 -0700
Commit:     Hiltjo Posthuma <[email protected]>
CommitDate: Tue Aug 22 13:36:28 2017 +0200

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

diff --git a/mount.c b/mount.c
index 2eb175c..4ce6680 100644
--- a/mount.c
+++ b/mount.c
@@ -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      },

Reply via email to