[Cluster-devel] [PATCH v8 05/25] mm: Add new readahead_control API

2020-02-25 Thread Matthew Wilcox
From: "Matthew Wilcox (Oracle)" Filesystems which implement the upcoming ->readahead method will get their pages by calling readahead_page() or readahead_page_batch(). These functions support large pages, even though none of the filesystems to be converted do yet. Signed-off-by: Matthew Wilcox (

Re: [Cluster-devel] [PATCH v8 05/25] mm: Add new readahead_control API

2020-02-26 Thread Christoph Hellwig
On Tue, Feb 25, 2020 at 01:48:18PM -0800, Matthew Wilcox wrote: > From: "Matthew Wilcox (Oracle)" > > Filesystems which implement the upcoming ->readahead method will get > their pages by calling readahead_page() or readahead_page_batch(). > These functions support large pages, even though none o