summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mount/mount.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mount/mount.c b/mount/mount.c
index f5b3521a8..1c5fe5a3a 100644
--- a/mount/mount.c
+++ b/mount/mount.c
@@ -1639,6 +1639,9 @@ try_mount_one (const char *spec0, const char *node0, const char *types0,
#ifdef HAVE_LIBMOUNT_MOUNT
mtab_opts = fix_opts_string(flags & ~MS_NOMTAB, extra_opts, user);
mtab_flags = flags;
+
+ if (fake)
+ prepare_mtab_entry(spec, node, types, mtab_opts, mtab_flags);
#endif
block_signals (SIG_BLOCK);