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)
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>

No differences found