From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHpnS-0000nV-Ag for qemu-devel@nongnu.org; Thu, 14 Aug 2014 03:50:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHpnJ-0005PS-9W for qemu-devel@nongnu.org; Thu, 14 Aug 2014 03:50:06 -0400 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:35523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHpnJ-0005PM-1m for qemu-devel@nongnu.org; Thu, 14 Aug 2014 03:49:57 -0400 Received: by mail-pa0-f45.google.com with SMTP id eu11so1173932pac.18 for ; Thu, 14 Aug 2014 00:49:56 -0700 (PDT) Date: Thu, 14 Aug 2014 15:49:46 +0800 From: Liu Yuan Message-ID: <20140814074946.GA6628@ubuntu-trusty> References: <1407735826-18016-1-git-send-email-mitake.hitoshi@lab.ntt.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1407735826-18016-1-git-send-email-mitake.hitoshi@lab.ntt.co.jp> Subject: Re: [Qemu-devel] [PATCH v3 0/2] sheepdog driver update related to VDI locking feature List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hitoshi Mitake Cc: qemu-devel@nongnu.org, mitake.hitoshi@gmail.com On Mon, Aug 11, 2014 at 02:43:44PM +0900, Hitoshi Mitake wrote: > Recently, sheepdog revived VDI locking functionality. This patchset > updates sheepdog driver of QEMU for this feature. > > v3: > - keep backward compatibility > > v2: > - don't handle SD_RES_VDI_NOT_LOCKED as a special case > > Hitoshi Mitake (2): > sheepdog: adopting protocol update for VDI locking > sheepdog: improve error handling for a case of failed lock > > block/sheepdog.c | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > Reviewed-by: Liu Yuan