IB/hfi1: update to new mmu_notifier semantic
authorJérôme Glisse <[email protected]>
Thu, 31 Aug 2017 21:17:31 +0000 (17:17 -0400)
committerLinus Torvalds <[email protected]>
Thu, 31 Aug 2017 23:12:59 +0000 (16:12 -0700)
commit7def96f0a97310c92e6145c776164af479fb1591
tree0426bc424751baedb096cfc1f5f7acd5fc6bce1b
parentb1a89257f28e28eccd65f777ff622c3aab6d8526
IB/hfi1: update to new mmu_notifier semantic

Calls to mmu_notifier_invalidate_page() were replaced by calls to
mmu_notifier_invalidate_range() and are now bracketed by calls to
mmu_notifier_invalidate_range_start()/end()

Remove now useless invalidate_page callback.

Signed-off-by: Jérôme Glisse <[email protected]>
Cc: [email protected]
Cc: Dean Luick <[email protected]>
Cc: Ira Weiny <[email protected]>
Cc: Doug Ledford <[email protected]>
Cc: Kirill A. Shutemov <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Andrea Arcangeli <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/infiniband/hw/hfi1/mmu_rb.c