From mboxrd@z Thu Jan 1 00:00:00 1970 From: bfields@fieldses.org Subject: [PATCH 1/5] vfs: fix outdated i_mutex_lock_class documentation Date: Wed, 25 Apr 2012 11:22:05 -0400 Message-ID: <1335367329-929-1-git-send-email-bfields@fieldses.org> References: <20120418215238.GA11959@fieldses.org> Cc: Linus Torvalds , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, "J. Bruce Fields" To: Al Viro Return-path: In-Reply-To: <20120418215238.GA11959@fieldses.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org From: "J. Bruce Fields" Signed-off-by: J. Bruce Fields --- include/linux/fs.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/linux/fs.h b/include/linux/fs.h index 8de6755..f31e45c 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -860,7 +860,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 * * The locking order between these classes is * parent -> child -> normal -> xattr -> quota -- 1.7.5.4