]> git.baikalelectronics.ru Git - kernel.git/commit
mm/mmu_notifiers: remove unregister_no_release
authorJason Gunthorpe <jgg@mellanox.com>
Tue, 6 Aug 2019 23:15:48 +0000 (20:15 -0300)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 21 Aug 2019 23:58:19 +0000 (20:58 -0300)
commitc96245148c1ec7af086da322481bf4119d1141d3
tree0c29ccaebc45095bff68efd849361779d637f72f
parent47f725ee7b5f5cae1f83512961bcf8b41a7a5794
mm/mmu_notifiers: remove unregister_no_release

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.

Link: https://lore.kernel.org/r/20190806231548.25242-12-jgg@ziepe.ca
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Ralph Campbell <rcampbell@nvidia.com>
Tested-by: Ralph Campbell <rcampbell@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
include/linux/mmu_notifier.h
mm/mmu_notifier.c