sysprog21 / simplefs

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

Support kernel 5.19+ #22

Closed uzuki314 closed 1 year ago

uzuki314 commented 1 year ago

https://github.com/sysprog21/simplefs/issues/21#issue-1327995593 Solve this issue by using the new readahead operation. Seems work fine after following the README steps. (kernel 6.1.12)

jserv commented 1 year ago

Thank @uzuki314 for contributing!