]> git.baikalelectronics.ru Git - kernel.git/commit
mm: update stale lock ordering comment for memory-failure.c
authorAndi Kleen <ak@linux.intel.com>
Wed, 21 Mar 2012 23:34:09 +0000 (16:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Mar 2012 00:54:58 +0000 (17:54 -0700)
commit5893eb3417f442786effe6048b4f2fb8d5074846
tree448ad57ef6ea3b462849ea1bdd4732e0296e1f4f
parent997f162cc6ea4960498a5b3bc245720dac10a8e3
mm: update stale lock ordering comment for memory-failure.c

When i_mmap_lock changed to a mutex the locking order in memory failure
was changed to take the sleeping lock first.  But the big fat mm lock
ordering comment (BFMLO) wasn't updated.  Do this here.

Pointed out by Andrew.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/filemap.c