On Wed, Mar 13, 2019 at 12:05:59PM -0700, ira.weiny@xxxxxxxxx wrote: > From: Ira Weiny <ira.weiny@xxxxxxxxx> > > No device supports ODP MR without an invalidate_range callback. > > Warn on any any device which attempts to support ODP without > supplying this callback. > > Then we can remove the checks for the callback within the code. > > This stems from the discussion > > https://www.spinics.net/lists/linux-rdma/msg76460.html > > ...which concluded this code was no longer necessary. > > CC: Artemy Kovalyov <artemyko@xxxxxxxxxxxx> > Acked-by: John Hubbard <jhubbard@xxxxxxxxxx> > Reviewed-by: Haggai Eran <haggaie@xxxxxxxxxxxx> > Signed-off-by: Ira Weiny <ira.weiny@xxxxxxxxx> > --- > drivers/infiniband/core/umem.c | 5 +++++ > drivers/infiniband/core/umem_odp.c | 13 +++---------- > 2 files changed, 8 insertions(+), 10 deletions(-) Applied to for-next, thanks Jason