Re: [PATCH v3 hmm 11/11] mm/mmu_notifiers: remove unregister_no_release

From: Christoph Hellwig
Date: Thu Aug 08 2019 - 06:29:56 EST


On Tue, Aug 06, 2019 at 08:15:48PM -0300, Jason Gunthorpe wrote:
> From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
>
> mmu_notifier_unregister_no_release() and mmu_notifier_call_srcu() no
> longer have any users, they have all been converted to use
> mmu_notifier_put().
>
> So delete this difficult to use interface.
>
> Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxxxx>

Looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>