On Tue, Oct 11, 2022 at 05:21:19PM -0700, Andrew Morton wrote: > > It was introduced by commit 73bb49da50cd460bb3ba31250ed2e7fbf2115edf > > > > In function ext4_read_merkle_tree_page and f2fs_read_merkle_tree_page, > > parameter index was added by a offset and then passed to > > page_cache_readahead_unbounded. > > For now, index is passed to DEFINE_READAHEAD directly with wrong value. > > oops, yes, thanks. Matthew, could you please take a look? Oh, yes, oops indeed. I'll send a fix in the morning.