summaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
diff options
context:
space:
mode:
authorChristoph Lameter2006-03-01 01:59:16 +0100
committerLinus Torvalds2006-03-01 05:53:44 +0100
commite8788c0cce63e0cc8689a123d1ce0af1e28cd583 (patch)
tree9350d9fc11a5a6ca81d4ee063278999e4dfe869d /mm/nommu.c
parent[PATCH] tty buffering: comment out debug code (diff)
downloadkernel-qcow2-linux-e8788c0cce63e0cc8689a123d1ce0af1e28cd583.tar.gz
kernel-qcow2-linux-e8788c0cce63e0cc8689a123d1ce0af1e28cd583.tar.xz
kernel-qcow2-linux-e8788c0cce63e0cc8689a123d1ce0af1e28cd583.zip
[PATCH] remove_from_swap: fix locking
remove_from_swap() currently attempts to use page_lock_anon_vma to obtain an anon_vma lock. That is not working since the page may have been remapped via swap ptes in order to move the page. However, do_migrate_pages() obtain the mmap_sem lock and therefore there is a guarantee that the anonymous vma will not vanish from under us. There is therefore no need to use page_lock_anon_vma. Signed-off-by: Christoph Lameter <clameter@sgi.com> Acked-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm/nommu.c')
0 files changed, 0 insertions, 0 deletions