commit | 9b679320a5fbf46454011e5c62e0b8991b0956d1 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Mon Jun 27 16:18:09 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jun 27 18:00:13 2011 -0700 |
tree | 49ea7be5e8bb669ef99533a18c73555e2882efc5 | |
parent | aa2c96d6f329e66cc59352b0f12e8f04e6a9593b [diff] |
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 <a.p.zijlstra@chello.nl> Acked-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>