From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ted Ts'o Subject: Re: [PATCH] ext4: do not reference pa_inode from group_pa Date: Fri, 10 Feb 2012 20:10:50 -0500 Message-ID: <20120211011050.GA10370@thunk.org> References: <20120208033950.GA20491@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "stable@kernel.org" , Yongqiang Yang , Ext4 Developers List , LKML To: Wu Fengguang Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:38873 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754491Ab2BKBK4 (ORCPT ); Fri, 10 Feb 2012 20:10:56 -0500 Content-Disposition: inline In-Reply-To: <20120208033950.GA20491@localhost> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Wed, Feb 08, 2012 at 11:39:50AM +0800, Wu Fengguang wrote: > commit 60e07cf515e541ea3e13b888d273c9b19a2ad9dd upstream. > > From: Yongqiang Yang > > pa_inode in group_pa is set NULL in ext4_mb_new_group_pa, so > pa_inode should be not referenced. > > Reported-by: Wu Fengguang > Signed-off-by: Yongqiang Yang > Signed-off-by: "Theodore Ts'o" I agree this should go into the stable kernel; it was an oversight that I didn't add a cc: stable@vger.kernel.org Acked-by: "Theodore Ts'o" - Ted