From: Jan Kara Date: Thu, 4 Jun 2009 13:26:50 +0000 (+0200) Subject: ocfs2: Add lockdep annotations X-Git-Tag: v2.6.31-rc1~23^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb25797d451dc774d9dbc402a65f16a0e32199fe;p=pandora-kernel.git 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 Signed-off-by: Joel Becker --- Reading git-diff-tree failed