svn commit: r208434 - stable/8/sys/ufs/ffs

Andriy Gapon avg at FreeBSD.org
Sun May 23 07:04:21 UTC 2010


Author: avg
Date: Sun May 23 07:04:21 2010
New Revision: 208434
URL: http://svn.freebsd.org/changeset/base/208434

Log:
  MFC r207366: ffs_vfsops: restore alphabetic order of options in ffs_opts

Modified:
  stable/8/sys/ufs/ffs/ffs_vfsops.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/ufs/ffs/ffs_vfsops.c
==============================================================================
--- stable/8/sys/ufs/ffs/ffs_vfsops.c	Sun May 23 05:01:18 2010	(r208433)
+++ stable/8/sys/ufs/ffs/ffs_vfsops.c	Sun May 23 07:04:21 2010	(r208434)
@@ -127,8 +127,8 @@ static struct buf_ops ffs_ops = {
 
 static const char *ffs_opts[] = { "acls", "async", "noatime", "noclusterr",
     "noclusterw", "noexec", "export", "force", "from", "multilabel", 
-    "snapshot", "nosuid", "suiddir", "nosymfollow", "sync",
-    "union", "nfsv4acls", NULL };
+    "nfsv4acls", "snapshot", "nosuid", "suiddir", "nosymfollow", "sync",
+    "union", NULL };
 
 static int
 ffs_mount(struct mount *mp)


More information about the svn-src-all mailing list