mm: Remove return value of zap_vma_ptes()
authorLeon Romanovsky <leonro@mellanox.com>
Tue, 29 May 2018 12:14:07 +0000 (15:14 +0300)
committerDoug Ledford <dledford@redhat.com>
Fri, 1 Jun 2018 15:20:43 +0000 (11:20 -0400)
commit27d036e33237e49801780eb703ea38dad5449e12
treee37ef9eadbfe83fdba71db280b8a76f63cd780a7
parent008fba465d7c010dc14c9d7fd57a7a743d50bf8e
mm: Remove return value of zap_vma_ptes()

All callers of zap_vma_ptes() are not interested in the return value of
that function, so let's simplify its interface and drop the return
value.

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
include/linux/mm.h
mm/memory.c