From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Soav4-0007Ps-Ax for qemu-devel@nongnu.org; Tue, 10 Jul 2012 09:56:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Soaux-00041T-Qa for qemu-devel@nongnu.org; Tue, 10 Jul 2012 09:56:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Soaux-00041F-IZ for qemu-devel@nongnu.org; Tue, 10 Jul 2012 09:55:55 -0400 Message-ID: <4FFC345E.8040003@redhat.com> Date: Tue, 10 Jul 2012 15:55:42 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <20120709143413.GA5226@lst.de> <87r4skaj5f.wl%morita.kazutaka@lab.ntt.co.jp> <4FFC09AE.4060706@redhat.com> In-Reply-To: <4FFC09AE.4060706@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] sheepdog: do not blindly memset all read buffers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: MORITA Kazutaka Cc: sheepdog@lists.wpkg.org, Christoph Hellwig , qemu-devel@nongnu.org Am 10.07.2012 12:53, schrieb Kevin Wolf: > Am 09.07.2012 20:23, schrieb MORITA Kazutaka: >> At Mon, 9 Jul 2012 16:34:13 +0200, >> Christoph Hellwig wrote: >>> >>> Only buffers that map to unallocated blocks need to be zeroed. >>> >>> Signed-off-by: Christoph Hellwig >>> >>> --- >>> block/sheepdog.c | 37 ++++++++++++++++++------------------- >>> 1 file changed, 18 insertions(+), 19 deletions(-) >> >> Acked-by: MORITA Kazutaka > > Thanks, applied to the block branch. And dropped again. Anthony has pulled Michael Tokarev's iovec patches now, so qemu_iovec_memset_skip() doesn't exist any more. Please rebase. Kevin