From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBPVU-0001RB-Jg for qemu-devel@nongnu.org; Mon, 19 Aug 2013 09:28:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBPVM-0006lf-61 for qemu-devel@nongnu.org; Mon, 19 Aug 2013 09:28:28 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:44607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBPVM-0006lX-0p for qemu-devel@nongnu.org; Mon, 19 Aug 2013 09:28:20 -0400 Received: by mail-wi0-f169.google.com with SMTP id f14so3765077wiw.2 for ; Mon, 19 Aug 2013 06:28:19 -0700 (PDT) Date: Mon, 19 Aug 2013 15:28:16 +0200 From: Stefan Hajnoczi Message-ID: <20130819132816.GA6111@stefanha-thinkpad.redhat.com> References: <1376668044-25116-1-git-send-email-stefanha@redhat.com> <1376668044-25116-9-git-send-email-stefanha@redhat.com> <20130817052234.GF4126@in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130817052234.GF4126@in.ibm.com> Subject: Re: [Qemu-devel] [PULL 08/18] block/gluster: drop qemu_gluster_aio_flush_cb() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bharata B Rao Cc: Anthony Liguori , qemu-devel@nongnu.org, Stefan Hajnoczi On Sat, Aug 17, 2013 at 10:52:34AM +0530, Bharata B Rao wrote: > > From: Stefan Hajnoczi > > Since .io_flush() is no longer called we do not need > > qemu_gluster_aio_flush_cb() anymore. It turns out that qemu_aio_count > > is unused now and can be dropped. > > > > Signed-off-by: Stefan Hajnoczi > > Tested-by: Bharata B Rao > > Tested GlusterFS backend, but it needed the below fix: > ------ Thanks, I have fixed my development machine so block/gluster.c is always built. Since this pull request hasn't been merged yet I am resending with your fix squashed in. Stefan