ocfs2: Add lockdep annotations
authorJan Kara <jack@suse.cz>
Thu, 4 Jun 2009 13:26:50 +0000 (15:26 +0200)
committerJoel Becker <joel.becker@oracle.com>
Mon, 22 Jun 2009 21:34:26 +0000 (14:34 -0700)
commitcb25797d451dc774d9dbc402a65f16a0e32199fe
tree95957b5ae9a72c3971bd44efadf82a5b06a6e579
parent9a7aa12f3911853a3574d47d567b81a2a5df7208
ocfs2: Add lockdep annotations

Add lockdep support to OCFS2. The support also covers all of the cluster
locks except for open locks, journal locks, and local quotafile locks. These
are special because they are acquired for a node, not for a particular process
and lockdep cannot deal with such type of locking.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/dlmglue.c
fs/ocfs2/dlmglue.h
fs/ocfs2/inode.c
fs/ocfs2/namei.c
fs/ocfs2/ocfs2.h
fs/ocfs2/sysfile.c