From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757189Ab0JQBat (ORCPT ); Sat, 16 Oct 2010 21:30:49 -0400 Received: from canuck.infradead.org ([134.117.69.58]:40970 "EHLO canuck.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757008Ab0JQBas (ORCPT ); Sat, 16 Oct 2010 21:30:48 -0400 Date: Sat, 16 Oct 2010 21:30:47 -0400 From: Christoph Hellwig To: Dave Chinner Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 17/19] fs: Reduce inode I_FREEING and factor inode disposal Message-ID: <20101017013047.GA4394@infradead.org> References: <1287216853-17634-1-git-send-email-david@fromorbit.com> <1287216853-17634-18-git-send-email-david@fromorbit.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1287216853-17634-18-git-send-email-david@fromorbit.com> User-Agent: Mutt/1.5.20 (2009-08-17) X-SRS-Rewrite: SMTP reverse-path rewritten from by canuck.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 > * inode->i_lock is *always* the innermost lock. > * > + * inode->i_lock is *always* the innermost lock. > + * No need to repeat, we got it..