]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] mm: remove_vma_list consolidation
authorHugh Dickins <hugh@veritas.com>
Sun, 30 Oct 2005 01:15:56 +0000 (18:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 30 Oct 2005 04:40:37 +0000 (21:40 -0700)
commit2c0b381467bc2997be9d741a152f3fc75785eedc
treef87fffd93dc3f4b5ce9eba5e02fa4ffeb237924e
parentab50b8ed818016cfecd747d6d4bb9139986bc029
[PATCH] mm: remove_vma_list consolidation

unmap_vma doesn't amount to much, let's put it inside unmap_vma_list.  Except
it doesn't unmap anything, unmap_region just did the unmapping: rename it to
remove_vma_list.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/mmap.c