From: Linus Torvalds Date: Sun, 6 May 2012 20:43:15 +0000 (-0700) Subject: vm: simplify unmap_vmas() calling convention X-Git-Tag: v3.5-rc1~195^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e027b14d53e9729f823ba8652095d1e309aa8e9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed