From 5133532cb7179f431deff35c5a5f3e4f8d333a17 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 29 Jan 2004 13:16:51 +0000 Subject: Unbreak -o fstab and -o current in combination with -a MFC after: 2 weeks --- sbin/mount/mount.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/mount') diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index e3f7bf2..8c825d0 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -210,6 +210,8 @@ main(argc, argv) if (!(init_flags & MNT_UPDATE) && ismounted(fs, mntbuf, mntsize)) continue; + options = update_options(options, fs->fs_mntops, + mntbuf->f_flags); if (mountfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, init_flags, options, fs->fs_mntops)) -- cgit v1.1