From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 19 Jul 2007 12:39:17 +1000 From: David Gibson To: Milton Miller Subject: Re: [PATCH 3/15] boot: simplfy gunzip_finish Message-ID: <20070719023917.GF20458@localhost.localdomain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Jul 10, 2007 at 05:08:32PM -0500, Milton Miller wrote: > > Call gunzip_partial to calculate the remaining length and copy the > data to the user buffer. This makes it shorter and reduces > duplication. > > Signed-off-by: Milton Miller Hrm... I guess this is sufficient. Since we'll shortly be blowing away the state anyway, the lack of call to inflateEnd doesn't really matter. Originally I was going to make this function call fatal() if the destination didn't have enough space to contain the decompressed tail of the image, but obviously I decided aginst that. But, if you're going to do this, you might as well get rid of gunzip_finish() entirely, and have the callers using gunzip_partial instead. -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson