From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYWyC-00070i-3o for qemu-devel@nongnu.org; Tue, 22 Oct 2013 04:05:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYWy3-0007iB-Nj for qemu-devel@nongnu.org; Tue, 22 Oct 2013 04:05:40 -0400 Received: from mail-pb0-x236.google.com ([2607:f8b0:400e:c01::236]:55246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYWy3-0007hs-BL for qemu-devel@nongnu.org; Tue, 22 Oct 2013 04:05:31 -0400 Received: by mail-pb0-f54.google.com with SMTP id ro12so8284432pbb.27 for ; Tue, 22 Oct 2013 01:05:29 -0700 (PDT) Date: Tue, 22 Oct 2013 16:05:21 +0800 From: Liu Yuan Message-ID: <20131022080520.GF11807@ubuntu-precise> References: <1381909118-10667-1-git-send-email-namei.unix@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1381909118-10667-1-git-send-email-namei.unix@gmail.com> Subject: Re: [Qemu-devel] make use of copy_policy List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , sheepdog@lists.wpkg.org, Stefan Hajnoczi On Wed, Oct 16, 2013 at 03:38:36PM +0800, Liu Yuan wrote: > This patch set makes use of copy_policy in struct SheepdogInode in order to > support recently introduced erasure coding in sheepdog. > > Thanks > Yuan Ping ?