From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Allison Subject: Re: silent semantic changes with reiser4 Date: Sat, 28 Aug 2004 22:44:37 -0700 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <20040829054437.GA8412@jeremy1> References: <20040828170515.GB24868@hh.idb.hist.no> <20040828182954.GJ21964@parcelfarce.linux.theplanet.co.uk> <20040828185613.GK21964@parcelfarce.linux.theplanet.co.uk> <20040828194526.GL21964@parcelfarce.linux.theplanet.co.uk> Reply-To: Jeremy Allison Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: viro@parcelfarce.linux.theplanet.co.uk, Helge Hafting , Rik van Riel , Spam , Jamie Lokier , Hans Reiser , 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 Return-path: Received: from dp.samba.org ([66.70.73.150]:18078 "EHLO lists.samba.org") by vger.kernel.org with ESMTP id S266679AbUH2Foj (ORCPT ); Sun, 29 Aug 2004 01:44:39 -0400 To: Linus Torvalds Content-Disposition: inline In-Reply-To: List-Id: linux-fsdevel.vger.kernel.org On Sat, Aug 28, 2004 at 10:12:39PM -0700, Linus Torvalds wrote: > > If we do expose them in the normal namespace, then ".." should work the > way the namespace looks: if you do ".." on the "attribute directory" of a > file, you get the directory that the file was in. Ie an old-style > user-space "getcwd()" would give the right path (well, an old-style > user-space getcwd() would probably refuse the file on the base that it is > S_IFREG, but ignoring that..) Errr, why don't we check what Solaris does in these cases and see if that makes sense. They do seem to have made some progress along this path and it wouldn't make sense to create new semantics just for the sake of it. Jeremy.