[hackers] [ubase] mount: Don't pass {,no}auto to kernel || Michael Forney

From: <git_AT_suckless.org>
Date: Tue, 22 Aug 2017 13:40:05 +0200 (CEST)

commit 3a5939e81018a05d710d0f3c8cea8794dd8a1637
Author: Michael Forney <mforney_AT_mforney.org>
AuthorDate: Sun Oct 23 14:00:29 2016 -0700
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
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
_AT_@ -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 },
Received on Tue Aug 22 2017 - 13:40:05 CEST

This archive was generated by hypermail 2.3.0 : Tue Aug 22 2017 - 13:48:35 CEST