svn commit: r206807 - stable/8/sys/kern

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Apr 18 19:51:47 UTC 2010


Author: trasz
Date: Sun Apr 18 19:51:46 2010
New Revision: 206807
URL: http://svn.freebsd.org/changeset/base/206807

Log:
  MFC r206160 by jh@:
  
  Add missing MNT_NFS4ACLS.

Modified:
  stable/8/sys/kern/vfs_subr.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/dev/uath/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/kern/vfs_subr.c
==============================================================================
--- stable/8/sys/kern/vfs_subr.c	Sun Apr 18 19:44:54 2010	(r206806)
+++ stable/8/sys/kern/vfs_subr.c	Sun Apr 18 19:51:46 2010	(r206807)
@@ -2799,6 +2799,7 @@ DB_SHOW_COMMAND(mount, db_show_mount)
 	MNT_FLAG(MNT_NOATIME);
 	MNT_FLAG(MNT_NOCLUSTERR);
 	MNT_FLAG(MNT_NOCLUSTERW);
+	MNT_FLAG(MNT_NFS4ACLS);
 	MNT_FLAG(MNT_EXRDONLY);
 	MNT_FLAG(MNT_EXPORTED);
 	MNT_FLAG(MNT_DEFEXPORTED);


More information about the svn-src-stable-8 mailing list