diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-03-05 20:03:47 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-03-21 02:39:51 +0100 |
commit | 853f5e264018113b1f96f05551b07a74b836c7fc (patch) | |
tree | 4fda70658e3315e293260278036e92921594e72f /mm/memory.c | |
parent | VM: make zap_page_range() return void (diff) | |
download | linux-853f5e264018113b1f96f05551b07a74b836c7fc.tar.xz linux-853f5e264018113b1f96f05551b07a74b836c7fc.zip |
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>
Diffstat (limited to 'mm/memory.c')
0 files changed, 0 insertions, 0 deletions