From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fb0Jo-00034z-UO for qemu-devel@nongnu.org; Thu, 05 Jul 2018 05:12:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fb0Jo-0006JV-7L for qemu-devel@nongnu.org; Thu, 05 Jul 2018 05:12:52 -0400 Date: Thu, 5 Jul 2018 11:12:45 +0200 From: Kevin Wolf Message-ID: <20180705091245.GD3309@localhost.localdomain> References: <20180704144751.28527-1-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180704144751.28527-1-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] file-posix: Fix creation locking List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org Am 04.07.2018 um 16:47 hat Max Reitz geschrieben: > This series fixes two bugs Kevin spotted in file-posix's creation > locking. Thanks, applied to the block branch. Kevin