From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZlk0-0005fN-LO for qemu-devel@nongnu.org; Fri, 25 Oct 2013 14:04:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZljs-0003bA-Ip for qemu-devel@nongnu.org; Fri, 25 Oct 2013 14:04:08 -0400 Received: from mail-pb0-x231.google.com ([2607:f8b0:400e:c01::231]:62422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZljs-0003b5-6e for qemu-devel@nongnu.org; Fri, 25 Oct 2013 14:04:00 -0400 Received: by mail-pb0-f49.google.com with SMTP id xb4so987355pbc.22 for ; Fri, 25 Oct 2013 11:03:59 -0700 (PDT) Date: Sat, 26 Oct 2013 03:03:54 +0900 Message-ID: From: MORITA Kazutaka In-Reply-To: <1382518312-16578-1-git-send-email-namei.unix@gmail.com> References: <1382518312-16578-1-git-send-email-namei.unix@gmail.com> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: Re: [Qemu-devel] [sheepdog] [PATCH v2 0/2] sheepdog: make use of copy_policy List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liu Yuan Cc: Kevin Wolf , sheepdog@lists.wpkg.org, qemu-devel@nongnu.org, Stefan Hajnoczi At Wed, 23 Oct 2013 16:51:50 +0800, Liu Yuan wrote: > > v2: > - merge the reserved bits > > This patch set makes use of copy_policy in struct SheepdogInode in order to > support recently introduced erasure coding volume in sheepdog. > > Thanks > Yuan > > Liu Yuan (2): > sheepdog: explicitly set copies as type uint8_t > sheepdog: pass copy_policy in the request > > block/sheepdog.c | 30 +++++++++++++++++++----------- > 1 file changed, 19 insertions(+), 11 deletions(-) Acked-by: MORITA Kazutaka