Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2010 08:54:07 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r210050 - projects/suj/6/sbin/mount
Message-ID:  <201007140854.o6E8s7hY012647@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jeff
Date: Wed Jul 14 08:54:07 2010
New Revision: 210050
URL: http://svn.freebsd.org/changeset/base/210050

Log:
   - MNT_SUJ was retired remove it here to fix the build.

Modified:
  projects/suj/6/sbin/mount/mount.c

Modified: projects/suj/6/sbin/mount/mount.c
==============================================================================
--- projects/suj/6/sbin/mount/mount.c	Wed Jul 14 08:48:53 2010	(r210049)
+++ projects/suj/6/sbin/mount/mount.c	Wed Jul 14 08:54:07 2010	(r210050)
@@ -106,7 +106,6 @@ static struct opt {
 	{ MNT_SOFTDEP,		"soft-updates" },
 	{ MNT_MULTILABEL,	"multilabel" },
 	{ MNT_ACLS,		"acls" },
-	{ MNT_SUJ,		"journal" }, /* always soft-updates, journal */
 	{ 0, NULL }
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007140854.o6E8s7hY012647>