projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4188b25
)
mm/readahead: fix typo in comment
author
Wilson Zeng
<cheng20011202@gmail.com>
Tue, 27 Jan 2026 15:25:35 +0000
(23:25 +0800)
committer
Andrew Morton
<akpm@linux-foundation.org>
Fri, 6 Feb 2026 23:47:16 +0000
(15:47 -0800)
Fix a typo in a comment: max_readhead -> max_readahead.
Link:
https://lkml.kernel.org/r/20260127152535.321951-1-cheng20011202@gmail.com
Signed-off-by: Wilson Zeng <cheng20011202@gmail.com>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/readahead.c
patch
|
blob
|
history
diff --git
a/mm/readahead.c
b/mm/readahead.c
index
b415c99
..
6f231a2
100644
(file)
--- a/
mm/readahead.c
+++ b/
mm/readahead.c
@@
-436,7
+436,7
@@
static unsigned long get_next_ra_size(struct file_ra_state *ra,
* based on I/O request size and the max_readahead.
*
* The code ramps up the readahead size aggressively at first, but slow down as
- * it approaches max_readhead.
+ * it approaches max_read
a
head.
*/
static inline int ra_alloc_folio(struct readahead_control *ractl, pgoff_t index,