From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chao Yu Date: Sat, 21 Mar 2020 20:41:10 +0800 Subject: [Ocfs2-devel] [f2fs-dev] [PATCH v9 19/25] erofs: Convert compressed files from readpages to readahead In-Reply-To: <20200320142231.2402-20-willy@infradead.org> References: <20200320142231.2402-1-willy@infradead.org> <20200320142231.2402-20-willy@infradead.org> Message-ID: <135c3eeb-c809-08dc-8b4b-31ced90c622a@kernel.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ocfs2-devel@oss.oracle.com On 2020-3-20 22:22, Matthew Wilcox wrote: > From: "Matthew Wilcox (Oracle)" > > Use the new readahead operation in erofs. > > Signed-off-by: Matthew Wilcox (Oracle) > Acked-by: Gao Xiang > Reviewed-by: Dave Chinner > Reviewed-by: William Kucharski Reviewed-by: Chao Yu Thanks,