From: David S. Miller Date: Tue, 7 Jun 2011 00:00:35 +0000 (-0700) Subject: irda: iriap: Use seperate lockdep class for irias_objects->hb_spinlock X-Git-Tag: v3.0-rc3~13^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79b3891587741dfac72cdfead1f2764b56a567b0;p=pandora-kernel.git irda: iriap: Use seperate lockdep class for irias_objects->hb_spinlock The SEQ output functions grab the obj->attrib->hb_spinlock lock of sub-objects found in the hash traversal. These locks are in a different realm than the one used for the irias_objects hash table itself. So put the latter into it's own lockdep class. Reported-by: Dave Jones Signed-off-by: David S. Miller --- Reading git-diff-tree failed