]> www.infradead.org Git - nvme.git/commit
readahead: drop dead code in page_cache_ra_order()
authorJan Kara <jack@suse.cz>
Tue, 25 Jun 2024 10:18:56 +0000 (12:18 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 4 Jul 2024 02:30:27 +0000 (19:30 -0700)
commit8eaf93ac70f3e1bbbe7e28a4f34289ef2d0d0bef
tree41689fb0f64b5691d143fe7cd4fe193545402298
parentbb82ac31ddcedd6a1e6ee30b7afec7acdef811e1
readahead: drop dead code in page_cache_ra_order()

page_cache_ra_order() scales folio order down so that is fully fits within
readahead window.  Thus the code handling the case where we walked past
the readahead window is a dead code.  Remove it.

Link: https://lkml.kernel.org/r/20240625101909.12234-6-jack@suse.cz
Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Tested-by: Zhang Peng <zhangpengpeng0808@gmail.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/readahead.c