git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18b15fc
)
vm: simplify unmap_vmas() calling convention
author
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 6 May 2012 20:43:15 +0000
(13:43 -0700)
committer
Linus 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