Skip to content
Commit 853f5e26 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 14f5ff5d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment