From: Ted Ts'o Subject: Re: [PATCH -v2] ext4: Dynamically allocate the jbd2_inode in ext4_inode_info as necessary Date: Fri, 7 Jan 2011 17:40:18 -0500 Message-ID: <20110107224018.GR21922@thunk.org> References: <20110106221404.GB2857@thunk.org> <1294367763-16275-1-git-send-email-tytso@mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ext4 Developers List To: Amir Goldstein Return-path: Received: from thunk.org ([69.25.196.29]:59346 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752355Ab1AGWkW (ORCPT ); Fri, 7 Jan 2011 17:40:22 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org List-ID: On Fri, Jan 07, 2011 at 10:46:29PM +0200, Amir Goldstein wrote: > > actually, I though, jbd2_free_inode would be better off outside the spinlock, Oops, yes, I agree. Fixed. - Ted