From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SowXk-0004UH-OA for qemu-devel@nongnu.org; Wed, 11 Jul 2012 09:01:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SowXi-0008Ma-Gf for qemu-devel@nongnu.org; Wed, 11 Jul 2012 09:01:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SowXi-0008M1-8P for qemu-devel@nongnu.org; Wed, 11 Jul 2012 09:01:22 -0400 Message-ID: <4FFD7910.5070401@redhat.com> Date: Wed, 11 Jul 2012 15:01:04 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <20120710141227.GA24243@lst.de> <87zk77v6c8.wl%morita.kazutaka@lab.ntt.co.jp> In-Reply-To: <87zk77v6c8.wl%morita.kazutaka@lab.ntt.co.jp> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4] 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 20:06, schrieb MORITA Kazutaka: > At Tue, 10 Jul 2012 16:12:27 +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. Kevin