linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/hmm.c : Remove additional check for lockdep_assert_held()
@ 2020-03-13  2:11 Souptick Joarder
  2020-03-13  2:58 ` Andrew Morton
  2020-03-13 12:22 ` Jason Gunthorpe
  0 siblings, 2 replies; 7+ messages in thread
From: Souptick Joarder @ 2020-03-13  2:11 UTC (permalink / raw)
  To: jglisse, akpm; +Cc: linux-mm, linux-kernel, Souptick Joarder

walk_page_range() already has a check for lockdep_assert_held().
So additional check for lockdep_assert_held() can be removed from
hmm_range_fault().

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
---
 mm/hmm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mm/hmm.c b/mm/hmm.c
index 72e5a6d..b201e1e 100644
--- a/mm/hmm.c
+++ b/mm/hmm.c
@@ -681,7 +681,6 @@ long hmm_range_fault(struct hmm_range *range, unsigned int flags)
 	struct mm_struct *mm = range->notifier->mm;
 	int ret;
 
-	lockdep_assert_held(&mm->mmap_sem);
 
 	do {
 		/* If range is no longer valid force retry. */
-- 
1.9.1


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-13  2:11 [PATCH] mm/hmm.c : Remove additional check for lockdep_assert_held() Souptick Joarder
2020-03-13  2:58 ` Andrew Morton
2020-03-13  3:47   ` Souptick Joarder
2020-03-13  3:57     ` Andrew Morton
2020-03-13  4:22       ` Souptick Joarder
2020-03-13 12:22 ` Jason Gunthorpe
2020-03-22 15:16   ` Souptick Joarder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).