commit | 27d036e33237e49801780eb703ea38dad5449e12 | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@mellanox.com> | Tue May 29 15:14:07 2018 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Fri Jun 01 11:20:43 2018 -0400 |
tree | e37ef9eadbfe83fdba71db280b8a76f63cd780a7 | |
parent | 008fba465d7c010dc14c9d7fd57a7a743d50bf8e [diff] |
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>