From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5Cfb-00081W-6r for qemu-devel@nongnu.org; Fri, 11 Nov 2016 09:19:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5Cfa-0007BC-9b for qemu-devel@nongnu.org; Fri, 11 Nov 2016 09:19:07 -0500 From: Alberto Garcia In-Reply-To: <1478798349-28983-3-git-send-email-kwolf@redhat.com> References: <1478798349-28983-1-git-send-email-kwolf@redhat.com> <1478798349-28983-3-git-send-email-kwolf@redhat.com> Date: Fri, 11 Nov 2016 15:18:21 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [RFC PATCH 2/8] quorum: Remove s from quorum_aio_get() arguments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-block@nongnu.org Cc: mreitz@redhat.com, qemu-devel@nongnu.org On Thu 10 Nov 2016 06:19:03 PM CET, Kevin Wolf wrote: > There is no point in passing the value of bs->opaque in order to > overwrite it with itself. > > Signed-off-by: Kevin Wolf Reviewed-by: Alberto Garcia Berto