linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: remove mmu_notifier_get
@ 2020-09-16 11:27 Christoph Hellwig
  2020-09-16 12:33 ` David Hildenbrand
  2020-09-16 15:53 ` Jason Gunthorpe
  0 siblings, 2 replies; 3+ messages in thread
From: Christoph Hellwig @ 2020-09-16 11:27 UTC (permalink / raw)
  To: jgg, akpm; +Cc: linux-mm

Remove the unused mmu_notifier_get inline function.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 include/linux/mmu_notifier.h | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/include/linux/mmu_notifier.h b/include/linux/mmu_notifier.h
index b8200782dedeb9..acd1cc41f25d81 100644
--- a/include/linux/mmu_notifier.h
+++ b/include/linux/mmu_notifier.h
@@ -279,16 +279,6 @@ static inline int mm_has_notifiers(struct mm_struct *mm)
 
 struct mmu_notifier *mmu_notifier_get_locked(const struct mmu_notifier_ops *ops,
 					     struct mm_struct *mm);
-static inline struct mmu_notifier *
-mmu_notifier_get(const struct mmu_notifier_ops *ops, struct mm_struct *mm)
-{
-	struct mmu_notifier *ret;
-
-	mmap_write_lock(mm);
-	ret = mmu_notifier_get_locked(ops, mm);
-	mmap_write_unlock(mm);
-	return ret;
-}
 void mmu_notifier_put(struct mmu_notifier *subscription);
 void mmu_notifier_synchronize(void);
 
-- 
2.28.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-16 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16 11:27 [PATCH] mm: remove mmu_notifier_get Christoph Hellwig
2020-09-16 12:33 ` David Hildenbrand
2020-09-16 15:53 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox