commit | 3889551db21257919e0ef3449dfcc23450f9a5bd | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Tue Nov 12 16:22:23 2019 -0400 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Sat Nov 23 19:56:44 2019 -0400 |
tree | 9e7aff7df1fd2e5d083cab4b7de75ab84efc1b09 | |
parent | f25a546e65292b36f15cca0912450c4944fae031 [diff] |
RDMA/hfi1: Use mmu_interval_notifier_insert for user_exp_rcv This converts one of the two users of mmu_notifiers to use the new API. The conversion is fairly straightforward, however the existing use of notifiers here seems to be racey. Link: https://lore.kernel.org/r/20191112202231.3856-7-jgg@ziepe.ca Tested-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>