From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] hfsplus: Fix kfree of wrong vhdr pointers Date: Mon, 12 Sep 2011 11:28:11 -0400 Message-ID: <20110912152811.GA9437@infradead.org> References: <1315841227-24535-1-git-send-email-seth.forshee@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , linux-fsdevel@vger.kernel.org, linux-kernel , Pavel Ivanov , Hin-Tak Leung To: Seth Forshee Return-path: Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:53353 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757929Ab1ILP2M (ORCPT ); Mon, 12 Sep 2011 11:28:12 -0400 Content-Disposition: inline In-Reply-To: <1315841227-24535-1-git-send-email-seth.forshee@canonical.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Sep 12, 2011 at 10:27:07AM -0500, Seth Forshee wrote: > Commit 6596528 (hfsplus: ensure bio requests are not smaller than > the hardware sectors) changed the pointers used for volume header > allocations, but a couple of spots are still freeing the old > pointers. This patch fixes the problem. I've already respun the patch to include your Pavel's additional fixes. Just waiting to sort out the size checking issue, and then I will send both things on to Linus.