From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267928AbUHZKCz (ORCPT ); Thu, 26 Aug 2004 06:02:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268032AbUHZKBM (ORCPT ); Thu, 26 Aug 2004 06:01:12 -0400 Received: from c002781a.fit.bostream.se ([217.215.235.8]:28557 "EHLO mail.tnonline.net") by vger.kernel.org with ESMTP id S267928AbUHZJwO (ORCPT ); Thu, 26 Aug 2004 05:52:14 -0400 Date: Thu, 26 Aug 2004 11:54:53 +0200 From: Spam Reply-To: Spam X-Priority: 3 (Normal) Message-ID: <1898257286.20040826115453@tnonline.net> To: Nicholas Miell CC: Matt Mackall , Wichert Akkerman , Jeremy Allison , Andrew Morton , , , , , , , Subject: Re: silent semantic changes with reiser4 In-Reply-To: <1093496948.2748.69.camel@entropy> References: <20040824202521.GA26705@lst.de> <412CEE38.1080707@namesys.com> <20040825152805.45a1ce64.akpm@osdl.org> <112698263.20040826005146@tnonline.net> <1453698131.20040826011935@tnonline.net> <20040825163225.4441cfdd.akpm@osdl.org> <20040825233739.GP10907@legion.cup.hp.com> <20040825234629.GF2612@wiggy.net> <1093480940.2748.35.camel@entropy> <20040826044425.GL5414@waste.org> <1093496948.2748.69.camel@entropy> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > cp, grep, cat, and tar will continue to work just fine on files with > multiple streams. > tar and cp will lose the extra streams until somebody fixes them, but > they lose ACLs and xattrs right now, and I don't hear anybody suggesting > that ACLs and xattrs be removed from the kernel because of this. I thought that the underlaying FS/VFS would make sure the extra streams would be preserved. Normal applications that doesn't have support for them should not destroy the extra streams (and meta data,attributes etc). Of course tar is different, but any probgram that uses the normal OS API to copy, write and read files should not affect the extra info. ~S > Fixing programs that do recursive filesystem traversals is a matter of a > glibc patch to nftw(3) and a modification to their option processing. > Holding back a useful feature because you don't want to upgrade > coreutils is just plain dumb. > (BTW, for email, multipart/parallel is a start, but a specific multipart > content type for multi-stream file attachments would probably be more > appropriate.)