summaryrefslogtreecommitdiffstats
path: root/libmount/src/context_mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmount/src/context_mount.c')
-rw-r--r--libmount/src/context_mount.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmount/src/context_mount.c b/libmount/src/context_mount.c
index a8e84127c..6207bd814 100644
--- a/libmount/src/context_mount.c
+++ b/libmount/src/context_mount.c
@@ -764,8 +764,6 @@ static int do_mount(struct libmnt_context *cxt, const char *try_type)
}
type = try_type ? : mnt_fs_get_fstype(cxt->fs);
- if (!(flags & MS_MGC_MSK))
- flags |= MS_MGC_VAL;
if (try_type)
flags |= MS_SILENT;