From: Peter Zijlstra Date: Mon, 27 Jun 2011 23:18:09 +0000 (-0700) Subject: mm/memory-failure.c: fix spinlock vs mutex order X-Git-Tag: v3.0-rc5~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b679320a5fbf46454011e5c62e0b8991b0956d1;p=pandora-kernel.git mm/memory-failure.c: fix spinlock vs mutex order We cannot take a mutex while holding a spinlock, so flip the order and fix the locking documentation. Signed-off-by: Peter Zijlstra Acked-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed