commit | 79b3891587741dfac72cdfead1f2764b56a567b0 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Jun 06 17:00:35 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 06 17:00:35 2011 -0700 |
tree | 4fc4edaf85c7b6fe65a8d23c16cd2491c03b6de8 | |
parent | 3019de124b9f5b1526cb3668b74af14371e21795 [diff] |
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 <davej@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>