From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [PATCH] Wrap inflateInit to retry allocation after releasing pack memory Date: Thu, 8 Jan 2009 07:35:55 -0800 (PST) Message-ID: References: <1231314099.8870.415.camel@starfruit> <1231368935.8870.584.camel@starfruit> <1231374514.8870.621.camel@starfruit> <20090108030115.GF10790@spearce.org> <20090108031314.GG10790@spearce.org> <20090108031655.GH10790@spearce.org> <7vbpui8j6f.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: "Shawn O. Pearce" , "R. Tyler Ballance" , Nicolas Pitre , =?ISO-8859-15?Q?Jan_Kr=FCger?= , Git ML , kb@slide.com To: Junio C Hamano X-From: git-owner@vger.kernel.org Thu Jan 08 16:38:06 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LKwxP-0002Il-SC for gcvg-git-2@gmane.org; Thu, 08 Jan 2009 16:38:04 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756897AbZAHPgm (ORCPT ); Thu, 8 Jan 2009 10:36:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753791AbZAHPgk (ORCPT ); Thu, 8 Jan 2009 10:36:40 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:50678 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752600AbZAHPgk (ORCPT ); Thu, 8 Jan 2009 10:36:40 -0500 Received: from imap1.linux-foundation.org (imap1.linux-foundation.org [140.211.169.55]) by smtp1.linux-foundation.org (8.14.2/8.13.5/Debian-3ubuntu1.1) with ESMTP id n08FZtC3008793 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Jan 2009 07:35:56 -0800 Received: from localhost (localhost [127.0.0.1]) by imap1.linux-foundation.org (8.13.5.20060308/8.13.5/Debian-3ubuntu1.1) with ESMTP id n08FZtxU026456; Thu, 8 Jan 2009 07:35:55 -0800 X-X-Sender: torvalds@localhost.localdomain In-Reply-To: <7vbpui8j6f.fsf@gitster.siamese.dyndns.org> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) X-Spam-Status: No, hits=-5.448 required=5 tests=AWL,BAYES_00,OSDL_HEADER_SUBJECT_BRACKETED,PATCH_SUBJECT_OSDL X-Spam-Checker-Version: SpamAssassin 3.2.4-osdl_revision__1.47__ X-MIMEDefang-Filter: lf$Revision: 1.188 $ X-Scanned-By: MIMEDefang 2.63 on 140.211.169.13 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Wed, 7 Jan 2009, Junio C Hamano wrote: > > Thanks, but "needs a buffer output buffer" made me scratch my head > somewhat. That was just me editing it. It was originally "needs an output buffer" and then I was supposed to edit it to "needs a buffer" (because it can be either output or input, and in the case of git it's usually actually the input that was partial). And then I messed up, and it became that. Linus