From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: Re: [PATCH 2/6] vfs: fix outdated i_mutex_lock_class documentation Date: Thu, 31 May 2012 20:51:11 +0200 Message-ID: <20120531185111.GA13647@quack.suse.cz> References: <1338429016-20119-1-git-send-email-bfields@redhat.com> <1338429016-20119-3-git-send-email-bfields@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Al Viro , linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "J. Bruce Fields" Return-path: Content-Disposition: inline In-Reply-To: <1338429016-20119-3-git-send-email-bfields-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Sender: linux-nfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-fsdevel.vger.kernel.org On Wed 30-05-12 21:50:12, J. Bruce Fields wrote: > From: "J. Bruce Fields" > > Signed-off-by: J. Bruce Fields > --- > include/linux/fs.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/include/linux/fs.h b/include/linux/fs.h > index 038076b..5584a29 100644 > --- a/include/linux/fs.h > +++ b/include/linux/fs.h > @@ -861,7 +861,8 @@ static inline int inode_unhashed(struct inode *inode) > * 0: the object of the current VFS operation > * 1: parent > * 2: child/target > - * 3: quota file > + * 3: xattr > + * 4: quota file This isn't correct anymore, is it? Just remove references to quota in this comment... > * > * The locking order between these classes is > * parent -> child -> normal -> xattr -> quota Honza -- Jan Kara SUSE Labs, CR -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html