Re: [f2fs-dev] [PATCH v10 17/25] btrfs: Convert from readpages to readahead

2020-03-26 Thread David Sterba
On Mon, Mar 23, 2020 at 01:22:51PM -0700, Matthew Wilcox wrote: > From: "Matthew Wilcox (Oracle)" > > Implement the new readahead method in btrfs using the new > readahead_page_batch() function. > > Signed-off-by: Matthew Wilcox (Oracle) > Reviewed-by: William Kucharski Sorry for late reply,

[f2fs-dev] [PATCH v10 17/25] btrfs: Convert from readpages to readahead

2020-03-23 Thread Matthew Wilcox
From: "Matthew Wilcox (Oracle)" Implement the new readahead method in btrfs using the new readahead_page_batch() function. Signed-off-by: Matthew Wilcox (Oracle) Reviewed-by: William Kucharski --- fs/btrfs/extent_io.c | 43 --- fs/btrfs/extent_io.h |