From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arxTv-0001Cv-9K for qemu-devel@nongnu.org; Sun, 17 Apr 2016 20:56:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arxTr-0008WP-9G for qemu-devel@nongnu.org; Sun, 17 Apr 2016 20:56:03 -0400 Message-ID: <5714314C.8050304@cn.fujitsu.com> Date: Mon, 18 Apr 2016 08:58:52 +0800 From: Changlong Xie MIME-Version: 1.0 References: <1460699173-31401-1-git-send-email-xiecl.fnst@cn.fujitsu.com> <1460699173-31401-3-git-send-email-xiecl.fnst@cn.fujitsu.com> <5712B87C.5070908@redhat.com> In-Reply-To: <5712B87C.5070908@redhat.com> Content-Type: text/plain; charset="iso-8859-15"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 2/2] block: remove redundant stats of block_acct_start() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu devel , qemu trivial , Kevin Wolf , Stefan Hajnoczi Cc: Wen Congyang , Alberto Garcia On 04/17/2016 06:11 AM, Max Reitz wrote: > I'd like to say that my inertia is keeping me from applying this patch, > but I'd feel like a hypocrite for saying that, considering it would have > taken much less time than writing this response... Pls feel free to ignore this patch, i just went through kevin's patch "qemu-io: Support 'aio_write -z'", and found the first parameter of block_acct_start() is never used ...