vm: simplify unmap_vmas() calling convention
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 May 2012 20:43:15 +0000 (13:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 May 2012 20:52:07 +0000 (13:52 -0700)
commit7e027b14d53e9729f823ba8652095d1e309aa8e9
treea706e9f6ac67d92e4df18662cdb0205844a17871
parent18b15fcde715a5512671af9d72a76e7f6d7cb6f0
vm: simplify unmap_vmas() calling convention

None of the callers want to pass in 'zap_details', and it doesn't even
make sense for the case of actually unmapping vma's.  So remove the
argument, and clean up the interface.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mm.h
mm/memory.c
mm/mmap.c