]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] lockdep: annotate sound/core/seq/seq_device.c
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 3 Jul 2006 07:25:22 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 3 Jul 2006 22:27:08 +0000 (15:27 -0700)
commita047e69da4ede4afe32e3a4dacd635b8c66960d8
tree6c97a7bff4100759dfa9ae5d198b341f1e4996ae
parent2675d899477cc5e1875c11953887f8bcb135dcfb
[PATCH] lockdep: annotate sound/core/seq/seq_device.c

The ops structure has complex locking rules, where not all ops are equal, some
are subordinate on others for some complex sound cards.  This requires for
lockdep checking that each individual reg_mutex is considered in separation
for its locking rules.

Has no effect on non-lockdep kernels.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Takashi Iwai <tiwai@suse.de>
Cc: Jaroslav Kysela <perex@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/core/seq/seq_device.c