From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Lokier Subject: Re: Does sendfile() copy extended attributes? Date: Mon, 15 Dec 2003 21:28:32 +0000 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <20031215212832.GB1905@mail.shareable.org> References: <001901c3c348$2260b290$0201a8c0@joe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "'Bryan Henderson'" , linux-fsdevel@vger.kernel.org Return-path: Received: from mail.jlokier.co.uk ([81.29.64.88]:59524 "EHLO mail.shareable.org") by vger.kernel.org with ESMTP id S262228AbTLOV2t (ORCPT ); Mon, 15 Dec 2003 16:28:49 -0500 To: "Joseph D. Wagner" Content-Disposition: inline In-Reply-To: <001901c3c348$2260b290$0201a8c0@joe> List-Id: linux-fsdevel.vger.kernel.org Joseph D. Wagner wrote: > For my purposes, that's close enough. I just wanted to make sure > that everything else -- like owner, group, permissions, extended > attributes, etc. -- is the same. There's no way to do it without copying all the properties you want copied explicitly, or calling a program which does that. -- Jamie