Re: [PATCH for-next v8 3/6] RDMA/rxe: Add page invalidation support

From: Daisuke Matsuda (Fujitsu)
Date: Tue Dec 10 2024 - 07:01:08 EST


On Tue, Dec 10, 2024 4:22 AM Jason Gunthorpe wrote:
> On Wed, Oct 09, 2024 at 10:59:00AM +0900, Daisuke Matsuda wrote:
>
> > +const struct mmu_interval_notifier_ops rxe_mn_ops = {
> > + .invalidate = rxe_ib_invalidate_range,
> > +};
>
> I think you'll get a W=1 warning here because there is no prototype
> for this in a header?

Thank you for the review.
I will add a declaration for rxe_mn_ops in rxe_loc.h

Daisuke

>
> Jason