From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1arxTz-0001Jl-CY for mharc-qemu-trivial@gnu.org; Sun, 17 Apr 2016 20:56:07 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arxTw-0001Ek-UV for qemu-trivial@nongnu.org; Sun, 17 Apr 2016 20:56:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arxTw-000050-4E for qemu-trivial@nongnu.org; Sun, 17 Apr 2016 20:56:04 -0400 Received: from [59.151.112.132] (port=1819 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arxTq-0008Vy-6o; Sun, 17 Apr 2016 20:55:59 -0400 X-IronPort-AV: E=Sophos;i="5.22,518,1449504000"; d="scan'208";a="5679675" Received: from unknown (HELO cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 18 Apr 2016 08:55:50 +0800 Received: from G08CNEXCHPEKD03.g08.fujitsu.local (unknown [10.167.33.85]) by cn.fujitsu.com (Postfix) with ESMTP id 71C6142B55E5; Mon, 18 Apr 2016 08:55:49 +0800 (CST) Received: from [10.167.225.55] (10.167.225.55) by G08CNEXCHPEKD03.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server id 14.3.279.2; Mon, 18 Apr 2016 08:55:49 +0800 Message-ID: <5714314C.8050304@cn.fujitsu.com> Date: Mon, 18 Apr 2016 08:58:52 +0800 From: Changlong Xie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Max Reitz , qemu devel , qemu trivial , Kevin Wolf , Stefan Hajnoczi CC: Wen Congyang , Alberto Garcia 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 X-Originating-IP: [10.167.225.55] X-yoursite-MailScanner-ID: 71C6142B55E5.A8913 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: xiecl.fnst@cn.fujitsu.com X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 59.151.112.132 Subject: Re: [Qemu-trivial] [PATCH v1 2/2] block: remove redundant stats of block_acct_start() X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2016 00:56:05 -0000 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 ... 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 ...