]> asedeno.scripts.mit.edu Git - linux.git/commit
mm/mmu_notifiers: remove the __mmu_notifier_invalidate_range_start/end exports
authorChristoph Hellwig <hch@lst.de>
Wed, 28 Aug 2019 14:21:09 +0000 (16:21 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 28 Aug 2019 14:52:35 +0000 (11:52 -0300)
commitf0ade90a8aa1ea523eb366d1d1e8bd3463d9cf8a
tree09b23e5e308b433731b0a73fefa6516e1257dcd2
parentc18ce674d548c00faa6b7e760bacbaf1f39315f3
mm/mmu_notifiers: remove the __mmu_notifier_invalidate_range_start/end exports

No modular code uses these, which makes a lot of sense given the wrappers
around them are only called by core mm code.

Link: https://lore.kernel.org/r/20190828142109.29012-1-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
mm/mmu_notifier.c