sysprog21 / simplefs

A simple native file system for Linux kernel
Other
362 stars 91 forks source link

Can not compile with Kernel 5.19 #21

Closed cbkadal closed 1 year ago

cbkadal commented 2 years ago

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