ocfs2: Silence false lockdep warnings
authorJan Kara <jack@suse.cz>
Thu, 10 Jan 2008 23:11:45 +0000 (00:11 +0100)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 25 Jan 2008 23:05:44 +0000 (15:05 -0800)
commit5fa0613ea58a80f69852b242337121bd39dc798e
tree21170694624428a8903efc6cba843fd10de93c64
parent53fc622b9e829c8e632e45ef8c14f054388759c1
ocfs2: Silence false lockdep warnings

Create separate lockdep lock classes for system file's i_mutexes. They are
used to guard allocations and similar things and thus rank differently
than i_mutex of a regular file or directory.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/export.c
fs/ocfs2/inode.c
fs/ocfs2/inode.h
fs/ocfs2/journal.c
fs/ocfs2/namei.c
fs/ocfs2/super.c
fs/ocfs2/sysfile.c