Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932417AbWE3Uxa (ORCPT ); Tue, 30 May 2006 16:53:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932463AbWE3Ux3 (ORCPT ); Tue, 30 May 2006 16:53:29 -0400 Received: from ms-smtp-04.nyroc.rr.com ([24.24.2.58]:11519 "EHLO ms-smtp-04.nyroc.rr.com") by vger.kernel.org with ESMTP id S932417AbWE3Ux3 (ORCPT ); Tue, 30 May 2006 16:53:29 -0400 Subject: Re: [patch 38/61] lock validator: special locking: i_mutex From: Steven Rostedt To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arjan van de Ven , Andrew Morton In-Reply-To: <20060529212613.GL3155@elte.hu> References: <20060529212613.GL3155@elte.hu> Content-Type: text/plain Date: Tue, 30 May 2006 16:53:21 -0400 Message-Id: <1149022401.21827.6.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 653 Lines: 26 On Mon, 2006-05-29 at 23:26 +0200, Ingo Molnar wrote: > + * inode->i_mutex nesting types for the LOCKDEP validator: > + * > + * 0: the object of the current VFS operation > + * 1: parent > + * 2: child/target > + */ > +enum inode_i_mutex_lock_type > +{ > + I_MUTEX_NORMAL, > + I_MUTEX_PARENT, > + I_MUTEX_CHILD > +}; > + > +/* I guess we can say the same about I_MUTEX_NORMAL. -- Steve - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/