[PATCH] NOMMU: Use find_vma() rather than reimplementing a VMA search
authorDavid Howells <dhowells@redhat.com>
Wed, 27 Sep 2006 08:50:16 +0000 (01:50 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Sep 2006 15:26:14 +0000 (08:26 -0700)
commit0159b141d8b1f9b9f9cffacae47bec1e05c63b8b
tree2555ce3afb2307b4532be4247d1f87e06f0071d0
parent5da6185bca064e35aa73a7c1f27488d2b96434f4
[PATCH] NOMMU: Use find_vma() rather than reimplementing a VMA search

Use find_vma() in the NOMMU version of access_process_vm() rather than
reimplementing it.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/nommu.c