From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3ixQ-0001Uj-L4 for qemu-devel@nongnu.org; Mon, 29 Jul 2013 04:37:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3ixH-0000Pp-OH for qemu-devel@nongnu.org; Mon, 29 Jul 2013 04:37:32 -0400 Received: from e28smtp06.in.ibm.com ([122.248.162.6]:36751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3ixH-0000PU-2N for qemu-devel@nongnu.org; Mon, 29 Jul 2013 04:37:23 -0400 Received: from /spool/local by e28smtp06.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 29 Jul 2013 13:58:38 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp03.in.ibm.com (Postfix) with ESMTP id 54B901258052 for ; Mon, 29 Jul 2013 14:06:46 +0530 (IST) Received: from d28av05.in.ibm.com (d28av05.in.ibm.com [9.184.220.67]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6T8cGuY45089002 for ; Mon, 29 Jul 2013 14:08:16 +0530 Received: from d28av05.in.ibm.com (loopback [127.0.0.1]) by d28av05.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r6T8bGEi027146 for ; Mon, 29 Jul 2013 18:37:17 +1000 Message-ID: <51F629B8.7040409@linux.vnet.ibm.com> Date: Mon, 29 Jul 2013 16:37:12 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <1374765505-14356-1-git-send-email-stefanha@redhat.com> <1374765505-14356-19-git-send-email-stefanha@redhat.com> In-Reply-To: <1374765505-14356-19-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 18/18] aio: drop io_flush argument List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Ping Fan Liu , qemu-devel@nongnu.org, Michael Roth , alex@alex.org.uk, Paolo Bonzini Reviewed-by: Wenchao Xia > The .io_flush() handler no longer exists and has no users. Drop the > io_flush argument to aio_set_fd_handler() and related functions. > > The AioFlushEventNotifierHandler and AioFlushHandler typedefs are no > longer used and are dropped too. > > Reviewed-by: Paolo Bonzini > Signed-off-by: Stefan Hajnoczi > --- > aio-posix.c | 7 ++----- > aio-win32.c | 3 +-- > async.c | 4 ++-- > block/curl.c | 9 ++++----- > block/gluster.c | 7 +++---- > block/iscsi.c | 3 +-- > block/linux-aio.c | 3 +-- > block/nbd.c | 11 ++++------- > block/rbd.c | 4 ++-- > block/sheepdog.c | 18 ++++++++---------- > block/ssh.c | 4 ++-- > hw/block/dataplane/virtio-blk.c | 8 ++++---- > include/block/aio.h | 14 ++------------ > main-loop.c | 9 +++------ > tests/test-aio.c | 40 ++++++++++++++++++++-------------------- > thread-pool.c | 5 ++--- > 16 files changed, 61 insertions(+), 88 deletions(-) > -- Best Regards Wenchao Xia