From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Pekka Enberg" Subject: Re: [PATCH 0 of 2] Stackfs: generic stackable filesystem helper functions Date: Fri, 13 Oct 2006 15:02:03 +0300 Message-ID: <84144f020610130502o4ccfe30egb7c15c022f9c224f@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, akpm@osdl.org, torvalds@osdl.org, hch@infradead.org, viro@ftp.linux.org.uk, linux-fsdevel@vger.kernel.org, ezk@cs.sunysb.edu, mhalcrow@us.ibm.com Return-path: Received: from nf-out-0910.google.com ([64.233.182.184]:54844 "EHLO nf-out-0910.google.com") by vger.kernel.org with ESMTP id S1751421AbWJMMCG (ORCPT ); Fri, 13 Oct 2006 08:02:06 -0400 Received: by nf-out-0910.google.com with SMTP id x30so937958nfb for ; Fri, 13 Oct 2006 05:02:04 -0700 (PDT) To: "Josef Jeff Sipek" In-Reply-To: Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hi Jeff, On 10/13/06, Josef Jeff Sipek wrote: > The following patches introduce stackfs_copy_* functions. These functions > copy inode attributes (such as {a,c,m}time, mode, etc.) from one inode to > another. Looks ok to me. Thanks!