From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: silent semantic changes with reiser4 Date: Thu, 26 Aug 2004 10:20:36 -0700 (PDT) Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Diego Calleja , jamie@shareable.org, christophe@saout.de, vda@port.imtp.ilyichevsk.odessa.ua, christer@weinigel.se, spam@tnonline.net, akpm@osdl.org, wichert@wiggy.net, jra@samba.org, reiser@namesys.com, hch@lst.de, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, flx@namesys.com, reiserfs-list@namesys.com Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com To: Rik van Riel In-Reply-To: List-Id: linux-fsdevel.vger.kernel.org On Thu, 26 Aug 2004, Rik van Riel wrote: > > On Thu, 26 Aug 2004, Diego Calleja wrote: > > > All this looks like reinventing the file/directory concept wheel. > > Instead of adding support for streams and "use files as directories", > > why not orientate it to "use directories as files? Streams could very > > well be provided by directories containing files, > > So all I need to do is "cat /bin | gzip -9 > /path/to/backup.tar.gz" ? No no. The stream you get from a directory is totally _independent_ of the contents of the directory. Anything else would be pointless. Linus