mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-09 21:27:25 +00:00
.readpages is obsolete in el8 kernels. We implement the .readahead method instead which is passed a struct readahead_control. We use the readahead_page(rac) accessor to retrieve page by page from the struct. Signed-off-by: Auke Kok <auke.kok@versity.com>