]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] lockdep: annotate af_unix locking
authorIngo Molnar <mingo@elte.hu>
Mon, 3 Jul 2006 07:25:12 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 3 Jul 2006 22:27:07 +0000 (15:27 -0700)
commitc5113a3ea85ee640bde5b7b1b17b798456907625
treea9fcbd82e9610cb77e7a2e1338ab901876dbcea8
parent949c458e4f319a6652aeadd3acf7ba26fa496c46
[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>
include/net/af_unix.h
net/unix/af_unix.c