Re: [PATCH v11 08/25] mm: rename readahead loop variable to 'i'

2020-04-15 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn

[PATCH v11 08/25] mm: rename readahead loop variable to 'i'

2020-04-14 Thread Matthew Wilcox
From: "Matthew Wilcox (Oracle)" Change the type of page_idx to unsigned long, and rename it -- it's just a loop counter, not a page index. Suggested-by: John Hubbard Signed-off-by: Matthew Wilcox (Oracle) Reviewed-by: Dave Chinner Reviewed-by: William Kucharski --- mm/readahead.c | 8