summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/optmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/mount/src/optmap.c')
-rw-r--r--shlibs/mount/src/optmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/mount/src/optmap.c b/shlibs/mount/src/optmap.c
index d96da986c..d5f641096 100644
--- a/shlibs/mount/src/optmap.c
+++ b/shlibs/mount/src/optmap.c
@@ -144,7 +144,7 @@ static const struct mnt_optmap linux_flags_map[] =
*/
static const struct mnt_optmap userspace_opts_map[] =
{
- { "defaults", MNT_MS_DFLTS, MNT_NOMTAB }, /* default options */
+ { "defaults", 0, 0 }, /* default options */
{ "auto", MNT_MS_NOAUTO, MNT_INVERT | MNT_NOMTAB }, /* Can be mounted using -a */
{ "noauto", MNT_MS_NOAUTO, MNT_NOMTAB }, /* Can only be mounted explicitly */