commit | a09785a2414afb261d9f719d544742af4300df22 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Jul 03 00:25:12 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 03 15:27:07 2006 -0700 |
tree | a9fcbd82e9610cb77e7a2e1338ab901876dbcea8 | |
parent | da21f24dd73954c2ed0cd39a698e2c9916c05d71 [diff] |
[PATCH] lockdep: annotate af_unix locking Teach special (recursive) locking code to the lock validator. Also splits af_unix's sk_receive_queue.lock class from the other networking skb-queue locks. Has no effect on non-lockdep kernels. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>