From owner-svn-src-head@FreeBSD.ORG Thu Mar 15 17:13:12 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD244106564A; Thu, 15 Mar 2012 17:13:12 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id AC6228FC14; Thu, 15 Mar 2012 17:13:12 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 631A646B2D; Thu, 15 Mar 2012 13:13:12 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id CC7E7B91A; Thu, 15 Mar 2012 13:13:11 -0400 (EDT) From: John Baldwin To: Adrian Chadd Date: Thu, 15 Mar 2012 13:09:26 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <201203132029.q2DKT4L6061308@svn.freebsd.org> <201203141724.15398.jhb@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201203151309.26634.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 15 Mar 2012 13:13:11 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r232938 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2012 17:13:13 -0000 On Wednesday, March 14, 2012 6:36:45 pm Adrian Chadd wrote: > On 14 March 2012 14:24, John Baldwin wrote: > > >> +MODULE_DEPEND(zfsctrl, acl_nfs4, 1, 1, 1); > >> +MODULE_DEPEND(zfsctrl, acl_posix1e, 1, 1, 1); > > > > Eh, I thought ZFS only needs nfs4 and not posix1e? I think only UFS needs > > both of these. > > I was being overly cautious. If that's the case, I can remove posix1e. When I looked at this before, ZFS only required nfs4. -- John Baldwin