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