From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans Reiser Subject: Re: silent semantic changes with reiser4 Date: Sun, 29 Aug 2004 02:36:50 -0700 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <4131A3B2.30203@namesys.com> References: <20040828170515.GB24868@hh.idb.hist.no> <4131074D.7050209@namesys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Helge Hafting , Rik van Riel , Spam , Jamie Lokier , David Masover , Diego Calleja , christophe@saout.de, vda@port.imtp.ilyichevsk.odessa.ua, christer@weinigel.se, Andrew Morton , wichert@wiggy.net, jra@samba.org, hch@lst.de, linux-fsdevel@vger.kernel.org, Kernel Mailing List , flx@namesys.com, reiserfs-list@namesys.com, Al Viro Return-path: Received: from rwcrmhc11.comcast.net ([204.127.198.35]:39323 "EHLO rwcrmhc11.comcast.net") by vger.kernel.org with ESMTP id S267461AbUH2Jlv (ORCPT ); Sun, 29 Aug 2004 05:41:51 -0400 To: Linus Torvalds In-Reply-To: List-Id: linux-fsdevel.vger.kernel.org Linus Torvalds wrote: >On Sat, 28 Aug 2004, Hans Reiser wrote: > > >>I object to openat()..... >> >> > >Sound slike you object to O_XATTRS, not openat() itself. > >Realize that openat() works independently of any special streams, it's >fundamentally a "look up name starting from this file" (rather than >"starting from root" or "starting from cwd"). > > Linus > > > > well, isn't that namespace fragmentation by definition? If you can't go cat filenameA/metas/permissions > filenameB/metas/permissions find / -exec cat {}/permissions \; | grep 4777 | wc -l then aren't you missing the whole point of this exercise which is to allow the whole OS to be better integrated into a more unified namespace so that data can leap from one tool to another, and one container to another, with the greatest of ease? If cat cannot access the metadata without changing the code of cat, then all the elegance goes poof. It completely baffles me what disabling filenameA/.. does for us. Why add asymmetries? Ease of implementation is no excuse for such asymmetry. Tomorrow I am going to send a little essay I wrote this evening on these metafiles.