From owner-svn-src-all@FreeBSD.ORG Wed Jul 22 15:17:58 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 108331065686; Wed, 22 Jul 2009 15:17:58 +0000 (UTC) (envelope-from trasz@freebsd.org) Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251]) by mx1.freebsd.org (Postfix) with ESMTP id BFE598FC19; Wed, 22 Jul 2009 15:17:57 +0000 (UTC) (envelope-from trasz@freebsd.org) Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001) id 2EDB939BA2; Wed, 22 Jul 2009 17:19:31 +0200 (CEST) Date: Wed, 22 Jul 2009 17:19:31 +0200 From: Edward Tomasz Napierala To: Artis Caune Message-ID: <20090722151931.GA35550@pin.if.uz.zgora.pl> References: <200907201916.n6KJGhEl086253@svn.freebsd.org> <9e20d71e0907220247x3b8b75cdm59106eaadc1517fa@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9e20d71e0907220247x3b8b75cdm59106eaadc1517fa@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r195785 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2009 15:17:58 -0000 On 0722T1247, Artis Caune wrote: > > Author: trasz > > Date: Mon Jul 20 19:16:42 2009 > > New Revision: 195785 > > URL: http://svn.freebsd.org/changeset/base/195785 > > > > Log: > >  Fix permission handling for extended attributes in ZFS.  Without > >  this change, ZFS uses SunOS Alternate Data Streams semantics - each > >  EA has its own permissions, which are set at EA creation time > >  and - unlike SunOS - invisible to the user and impossible to change. > >  From the user point of view, it's just broken: sometimes access > >  is granted when it shouldn't be, sometimes it's denied when > >  it shouldn't be. > > > >  This patch makes it behave just like UFS, i.e. depend on current > >  file permissions.  Also, it fixes returned error codes (ENOATTR > >  instead of ENOENT) and makes listextattr(2) return 0 instead > >  of EPERM where there is no EA directory (i.e. the file never had > >  any EA). > > > > I can not create archives from ZFS file system after this commit. Should be fixed now. Sorry for the breakage. [..] -- If you cut off my head, what would I say? Me and my head, or me and my body?