Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <viro@zeniv.linux.org.uk>
- Loading branch information