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

From: Michael Forney <mforney_AT_mforney.org>
Date: Sun, 23 Oct 2016 14:00:29 -0700

---
 mount.c | 1 +
 1 file changed, 1 insertion(+)
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      },
-- 
2.10.1
Received on Sun Oct 23 2016 - 23:00:29 CEST

This archive was generated by hypermail 2.3.0 : Sun Oct 23 2016 - 23:12:24 CEST