diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount/mount.c | 2 |
1 files changed, 2 insertions, 0 deletions
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)) |