From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vaps1-00063f-HE for qemu-devel@nongnu.org; Mon, 28 Oct 2013 12:40:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vaprw-0008Fg-HB for qemu-devel@nongnu.org; Mon, 28 Oct 2013 12:40:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vaprw-0008Fc-8g for qemu-devel@nongnu.org; Mon, 28 Oct 2013 12:40:44 -0400 Date: Mon, 28 Oct 2013 17:40:27 +0100 From: Kevin Wolf Message-ID: <20131028164027.GB3576@dhcp-200-207.str.redhat.com> References: <1382518312-16578-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: 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: MORITA Kazutaka Cc: Liu Yuan , sheepdog@lists.wpkg.org, qemu-devel@nongnu.org, Stefan Hajnoczi Am 25.10.2013 um 20:03 hat MORITA Kazutaka geschrieben: > 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 Thanks, applied both patches to the block branch. Kevin