From: Ted Ts'o Subject: Re: [PATCH] ext4: Fix missing iput for root inode in case of all failed mount paths. Date: Mon, 7 Feb 2011 18:23:43 -0500 Message-ID: <20110207232343.GA26289@thunk.org> References: <032DF412-6B37-4EB7-A687-8216CB1E2BAB@dilger.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andreas Dilger , ext4 To: Manish Katiyar Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:36903 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755092Ab1BGXXs (ORCPT ); Mon, 7 Feb 2011 18:23:48 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org List-ID: On Sat, Jan 29, 2011 at 09:40:34PM -0800, Manish Katiyar wrote: > > Any feedback on this ? The patch looks good, but it doesn't fix bug #26752. The root cause of that bug is the fact that ext4_sync_fs() and ext4_put_super() assumes that sbi has been initialized. - Ted