You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which does not expose noop direct_io (notably becuase O_DIRECT does not make sense on a FS with memory backend). Newer kenerl versions do not expose simple_readpage etc.. so the only way would be to redefine them, not sure if thats worth the hassle.
The text was updated successfully, but these errors were encountered:
abbbi
changed the title
test for o_direct fails on ubuntu-latest
opening files with o_direct fails on ubuntu-latest (kernel > = 5.15)
Sep 24, 2022
On kernels >= 5.15 module uses ram_aops instead of nullfs_aops structure:
https://github.com/abbbi/nullfsvfs/blob/master/nullfs.c#L342
which does not expose noop direct_io (notably becuase O_DIRECT does not make sense on a FS with memory backend). Newer kenerl versions do not expose simple_readpage etc.. so the only way would be to redefine them, not sure if thats worth the hassle.
The text was updated successfully, but these errors were encountered: