projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afeac03
)
mm/memory: fix a comment typo in lock_mm_and_find_vma()
author
Chin Yik Ming
<yikming2222@gmail.com>
Wed, 20 Nov 2024 10:50:41 +0000
(18:50 +0800)
committer
Andrew Morton
<akpm@linux-foundation.org>
Tue, 14 Jan 2025 06:40:35 +0000
(22:40 -0800)
s/equivalend/equivalent/
Link:
https://lkml.kernel.org/r/20241120105041.2394283-1-yikming2222@gmail.com
Signed-off-by: Chin Yik Ming <yikming2222@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory.c
patch
|
blob
|
blame
|
history
diff --git
a/mm/memory.c
b/mm/memory.c
index 78b6741ae593af067e918594e830a32ab4a3e39e..f49eb4d4be7586a553d9369eddbdb3eee7306484 100644
(file)
--- a/
mm/memory.c
+++ b/
mm/memory.c
@@
-6185,7
+6185,7
@@
static inline bool upgrade_mmap_lock_carefully(struct mm_struct *mm, struct pt_r
/*
* Helper for page fault handling.
*
- * This is kind of equivalen
d
to "mmap_read_lock()" followed
+ * This is kind of equivalen
t
to "mmap_read_lock()" followed
* by "find_extend_vma()", except it's a lot more careful about
* the locking (and will drop the lock on failure).
*