From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWLh5-0001rp-9G for qemu-devel@nongnu.org; Wed, 16 Oct 2013 03:39:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWLgw-0000FQ-UK for qemu-devel@nongnu.org; Wed, 16 Oct 2013 03:38:59 -0400 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:33024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWLgw-0000FJ-Mr for qemu-devel@nongnu.org; Wed, 16 Oct 2013 03:38:50 -0400 Received: by mail-pa0-f47.google.com with SMTP id kp14so667881pab.34 for ; Wed, 16 Oct 2013 00:38:49 -0700 (PDT) From: Liu Yuan Date: Wed, 16 Oct 2013 15:38:36 +0800 Message-Id: <1381909118-10667-1-git-send-email-namei.unix@gmail.com> Subject: [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: sheepdog@lists.wpkg.org This patch set makes use of copy_policy in struct SheepdogInode in order to support recently introduced erasure coding in sheepdog. Thanks Yuan