From owner-cvs-src-old@FreeBSD.ORG  Mon May 16 18:12:47 2011
Return-Path: <owner-cvs-src-old@FreeBSD.ORG>
Delivered-To: cvs-src-old@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6B0361065674
	for <cvs-src-old@freebsd.org>; Mon, 16 May 2011 18:12:47 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 596C78FC1A
	for <cvs-src-old@freebsd.org>; Mon, 16 May 2011 18:12:47 +0000 (UTC)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p4GIClbY098348
	for <cvs-src-old@freebsd.org>; Mon, 16 May 2011 18:12:47 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from svn2cvs@localhost)
	by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4GIClaI098347
	for cvs-src-old@freebsd.org; Mon, 16 May 2011 18:12:47 GMT
	(envelope-from delphij@repoman.freebsd.org)
Message-Id: <201105161812.p4GIClaI098347@repoman.freebsd.org>
X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to
	delphij@repoman.freebsd.org using -f
From: Xin LI <delphij@FreeBSD.org>
Date: Mon, 16 May 2011 18:12:32 +0000 (UTC)
To: cvs-src-old@freebsd.org
X-FreeBSD-CVS-Branch: RELENG_8
Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
	zfs_vfsops.c
X-BeenThere: cvs-src-old@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: **OBSOLETE** CVS commit messages for the src tree
	<cvs-src-old.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src-old>,
	<mailto:cvs-src-old-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src-old>
List-Post: <mailto:cvs-src-old@freebsd.org>
List-Help: <mailto:cvs-src-old-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src-old>,
	<mailto:cvs-src-old-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 16 May 2011 18:12:47 -0000

delphij     2011-05-16 18:12:32 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vfsops.c 
  Log:
  SVN rev 221999 on 2011-05-16 18:12:32Z by delphij
  
  MFC r217588+218386 (trasz):
  
  Add MNT_NFS4ACLS to ZFS mount flags and make it impossible to clear
  the flag by using 'mount -uw'.  It's not conditional, since there
  is no way to disable NFSv4 ACLs in ZFS.  This should make it easier
  for the NFS server to figure out whether the exported filesystem supports
  ACLs or not.
  
  Revision   Changes    Path
  1.18.2.16  +2 -0      src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c