]> git.baikalelectronics.ru Git - kernel.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)
commite42d22181cbc39d11634525467e427e7ebef7d0f
treef87fffd93dc3f4b5ce9eba5e02fa4ffeb237924e
parent68bee8f724dc987bd223baac6394a726d0dd1c52
[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