From 1f03f1f3b19bf6ec7bcff18c0d63690ea1687c8d Mon Sep 17 00:00:00 2001 From: rodrigc Date: Wed, 24 May 2006 00:12:21 +0000 Subject: Take errmsg out of ffs_opts. It is already part of global_opts in vfs_mount.c. --- sys/ufs/ffs/ffs_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/ufs/ffs') diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index e3eda44..7c021e7 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -117,7 +117,7 @@ static struct buf_ops ffs_ops = { }; static const char *ffs_opts[] = { "acls", "async", "atime", "clusterr", - "clusterw", "exec", "errmsg", "export", "force", "from", "multilabel", + "clusterw", "exec", "export", "force", "from", "multilabel", "snapshot", "suid", "suiddir", "symfollow", "sync", "update", "union", NULL }; -- cgit v1.1