Re: [PATCH for-next v8 3/6] RDMA/rxe: Add page invalidation support
From: Jason Gunthorpe
Date: Mon Dec 09 2024 - 14:22:06 EST
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?
Jason