From: Al Viro Date: Mon, 5 Mar 2012 19:03:47 +0000 (-0500) Subject: VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap() X-Git-Tag: v3.4-rc1~164^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=853f5e264018113b1f96f05551b07a74b836c7fc;p=pandora-kernel.git VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap() no point, really - the only instance that cares about those arguments of tlb_finish_mmu() is itanic and there we explicitly check if that's called from exit_mmap() (i.e. that ->fullmm is set), in which case we ignore those arguments completely. Signed-off-by: Al Viro --- Reading git-diff-tree failed