From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ted Ts'o Subject: Re: [PATCH 1/2] ext4: Add ext4_mb_unload_buddy in the error path Date: Fri, 1 Jun 2012 00:09:22 -0400 Message-ID: <20120601040922.GD7897@thunk.org> References: <20120529233422.12259.959.stgit@dungbeetle.mtv.corp.google.com> <20120529233609.12259.48732.stgit@dungbeetle.mtv.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ted Ts'o , linux-ext4@vger.kernel.org To: Salman Qazi Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:46888 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751742Ab2FAEJZ (ORCPT ); Fri, 1 Jun 2012 00:09:25 -0400 Content-Disposition: inline In-Reply-To: <20120529233609.12259.48732.stgit@dungbeetle.mtv.corp.google.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Tue, May 29, 2012 at 04:36:09PM -0700, Salman Qazi wrote: > ext4_free_blocks fails to pair an ext4_mb_load_buddy with a matching > ext4_mb_unload_buddy when it fails a memory allocation. > > Signed-off-by: Salman Qazi Applied, thanks. - Ted