sysprog21 / simplefs

A simple native file system for Linux kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not compile with Kernel 5.19

cbkadal opened this issue · comments

It works until kernel 5.18. But I can not compile this with kernel 5.19. Did I miss any CONFIGS?

file.c:86:12: error: implicit declaration of function ‘mpage_readpage’; did you mean ‘mpage_writepage’? [-Werror=implicit-function-declaration]
   86 |     return mpage_readpage(page, simplefs_file_get_block);
      |            ^~~~~~~~~~~~~~
      |            mpage_writepage