Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mm/readahead: fix typo in comment

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>

authored by

Wilson Zeng and committed by
Andrew Morton
ad1e0c44 4188b259

+1 -1
+1 -1
mm/readahead.c
··· 436 436 * based on I/O request size and the max_readahead. 437 437 * 438 438 * The code ramps up the readahead size aggressively at first, but slow down as 439 - * it approaches max_readhead. 439 + * it approaches max_readahead. 440 440 */ 441 441 442 442 static inline int ra_alloc_folio(struct readahead_control *ractl, pgoff_t index,