Re: [patch 38/61] lock validator: special locking: i_mutex

From: Steven Rostedt
Date: Tue May 30 2006 - 16:52:45 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/