From patchwork Fri Oct 23 09:59:05 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: MORITA Kazutaka X-Patchwork-Id: 55532 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9N9xJ6l016276 for ; Fri, 23 Oct 2009 09:59:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751510AbZJWJ7H (ORCPT ); Fri, 23 Oct 2009 05:59:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751448AbZJWJ7H (ORCPT ); Fri, 23 Oct 2009 05:59:07 -0400 Received: from mail-yw0-f202.google.com ([209.85.211.202]:35768 "EHLO mail-yw0-f202.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751339AbZJWJ7F convert rfc822-to-8bit (ORCPT ); Fri, 23 Oct 2009 05:59:05 -0400 Received: by ywh40 with SMTP id 40so6229037ywh.33 for ; Fri, 23 Oct 2009 02:59:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=AgnckE+WWo1gRjt2/2RnbF7gsfq5GxduTsI1PcTPtdY=; b=Ulbeus7EXKdKpZ29FPTYL5DblLJ463fco029Df3PurmAtCbrfOiZuEo8cvv3X8ZzyS xgHCG06NxI+tg5UsEYtsSINMKkhhBjYrLS2w8dYRYX+9t4ekLcQX4YwjXy1bwW8FSJLi Phad4VXMNG5bPZpavz6vsQrUTGIJD7J7x8LOE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=hqmX0AV4tJEeeU0AoallsqGCEyUsE1thXxcqhkqAEsgUiss2G3+31LP+Ns7KVNaK3F MlHwGeej1Q6MBWl0d7j8nbttHZAH7qmyK6VkQJRfV1JX9Py/bxPa3QcAICd2aTZXz/dp 22NhWBW+kSazlr/8q/0mWgvJGBNm/l19tvH6g= MIME-Version: 1.0 Received: by 10.90.176.16 with SMTP id y16mr8477542age.52.1256291945331; Fri, 23 Oct 2009 02:59:05 -0700 (PDT) In-Reply-To: <1753131812.2201256114747916.JavaMail.root@yellowwing> References: <4ADE988B.2070303@lab.ntt.co.jp> <1753131812.2201256114747916.JavaMail.root@yellowwing> Date: Fri, 23 Oct 2009 18:59:05 +0900 X-Google-Sender-Auth: af3ac2e212988919 Message-ID: <8fd1d76d0910230259y24d067d5w3d3fca2c448f96b6@mail.gmail.com> Subject: Re: [ANNOUNCE] Sheepdog: Distributed Storage System for KVM From: MORITA Kazutaka To: "Nikolai K. Bochev" Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, linux-fsdevel@vger.kernel.org Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org diff --git a/sheep/work.c b/sheep/work.c index 4df8dc0..45f362d 100644 --- a/sheep/work.c +++ b/sheep/work.c @@ -28,6 +28,7 @@ #include #include #include +#define _LINUX_FCNTL_H #include #include "list.h"