From: Ingo Molnar Date: Mon, 3 Jul 2006 07:25:35 +0000 (-0700) Subject: [PATCH] lockdep: annotate on-stack completions, mmc X-Git-Tag: v2.6.18-rc1~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0afffc723c8041a005134099847ac2a2fd0316a0;p=pandora-kernel.git [PATCH] lockdep: annotate on-stack completions, mmc lockdep needs to have the waitqueue lock initialized for on-stack waitqueues implicitly initialized by DECLARE_COMPLETION(). Annotate mmc_wait_for_req()'s on-stack completion accordingly. Has no effect on non-lockdep kernels. Signed-off-by: Ingo Molnar Cc: Arjan van de Ven Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed