aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_ifs/mount_ufs.c
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2000-07-06 01:50:05 +0000
committerKirk McKusick <mckusick@FreeBSD.org>2000-07-06 01:50:05 +0000
commit115f72d0d8bcf0cf44c6b7b25cb092ff0e11a235 (patch)
tree58cd28b00233634c9d1fd0110155837ffd3bb079 /sbin/mount_ifs/mount_ufs.c
parent5bca844f391e65db619d1b4e997bdf5fd84c70cf (diff)
downloadsrc-115f72d0d8bcf0cf44c6b7b25cb092ff0e11a235.tar.gz
src-115f72d0d8bcf0cf44c6b7b25cb092ff0e11a235.zip
Add the snapshot option to mount_ufs.
Notes
Notes: svn path=/head/; revision=62664
Diffstat (limited to 'sbin/mount_ifs/mount_ufs.c')
-rw-r--r--sbin/mount_ifs/mount_ufs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mount_ifs/mount_ufs.c b/sbin/mount_ifs/mount_ufs.c
index 3c0b6fcb711f..d4c8181dd088 100644
--- a/sbin/mount_ifs/mount_ufs.c
+++ b/sbin/mount_ifs/mount_ufs.c
@@ -66,6 +66,7 @@ static struct mntopt mopts[] = {
MOPT_FORCE,
MOPT_SYNC,
MOPT_UPDATE,
+ MOPT_SNAPSHOT,
{ NULL }
};