commit | 7e027b14d53e9729f823ba8652095d1e309aa8e9 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sun May 06 13:43:15 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun May 06 13:52:07 2012 -0700 |
tree | a706e9f6ac67d92e4df18662cdb0205844a17871 | |
parent | 18b15fcde715a5512671af9d72a76e7f6d7cb6f0 [diff] |
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>