[PATCH v3 2/5] mmu_notifiers: Fixup comment in mmu_interval_read_begin()

2023-07-20 Thread Alistair Popple
The comment in mmu_interval_read_begin() refers to a function that doesn't exist and uses the wrong call-back name. The op for mmu interval notifiers is mmu_interval_notifier_ops->invalidate() so fix the comment up to reflect that. Signed-off-by: Alistair Popple --- mm/mmu_notifier.c | 4 ++-- 1

Re: [PATCH v3 2/5] mmu_notifiers: Fixup comment in mmu_interval_read_begin()

2023-07-21 Thread Jason Gunthorpe
On Thu, Jul 20, 2023 at 06:39:24PM +1000, Alistair Popple wrote: > The comment in mmu_interval_read_begin() refers to a function that > doesn't exist and uses the wrong call-back name. The op for mmu > interval notifiers is mmu_interval_notifier_ops->invalidate() so fix > the comment up to reflect