From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgVNe-0002Nx-OG for qemu-devel@nongnu.org; Mon, 28 Sep 2015 06:09:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgVNd-000847-Tp for qemu-devel@nongnu.org; Mon, 28 Sep 2015 06:09:58 -0400 Date: Mon, 28 Sep 2015 11:09:48 +0100 From: Stefan Hajnoczi Message-ID: <20150928100948.GC8756@stefanha-thinkpad.redhat.com> References: <1438868176-20364-1-git-send-email-pbonzini@redhat.com> <1438868176-20364-3-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438868176-20364-3-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 02/18] aio: rename bh_lock to list_lock List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kwolf@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org On Thu, Aug 06, 2015 at 03:36:00PM +0200, Paolo Bonzini wrote: > This will be used for AioHandlers too. There is going to be little > or no contention, so it is better to reuse the same lock. > > Signed-off-by: Paolo Bonzini > --- > async.c | 16 ++++++++-------- > include/block/aio.h | 2 +- > 2 files changed, 9 insertions(+), 9 deletions(-) Reviewed-by: Stefan Hajnoczi