From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758165Ab1ILP2N (ORCPT ); Mon, 12 Sep 2011 11:28:13 -0400 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 Date: Mon, 12 Sep 2011 11:28:11 -0400 From: Christoph Hellwig To: Seth Forshee Cc: Christoph Hellwig , linux-fsdevel@vger.kernel.org, linux-kernel , Pavel Ivanov , Hin-Tak Leung Subject: Re: [PATCH] hfsplus: Fix kfree of wrong vhdr pointers 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 Content-Disposition: inline In-Reply-To: <1315841227-24535-1-git-send-email-seth.forshee@canonical.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.