From: Peter Zijlstra Date: Mon, 11 Aug 2008 07:30:24 +0000 (+0200) Subject: lockdep: spin_lock_nest_lock() X-Git-Tag: v2.6.27-rc3~50^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7d39aff91454f2534db2275f55908656ec0470c;p=pandora-kernel.git lockdep: spin_lock_nest_lock() Expose the new lock protection lock. This can be used to annotate places where we take multiple locks of the same class and avoid deadlocks by always taking another (top-level) lock first. NOTE: we're still bound to the MAX_LOCK_DEPTH (48) limit. Signed-off-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed