]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit088504f33fc845e8fc39ff2ff160a54b8b81bbd8
tree2555ce3afb2307b4532be4247d1f87e06f0071d0
parent8111aa06272b310793d9bb940243865b728e22c0
[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