Skip to content

Remove O_DIRECT since we don't have aligned data#5

Open
pobthebuilder wants to merge 3 commits intokwertop:mainfrom
pobthebuilder:fix_odirect
Open

Remove O_DIRECT since we don't have aligned data#5
pobthebuilder wants to merge 3 commits intokwertop:mainfrom
pobthebuilder:fix_odirect

Conversation

@pobthebuilder
Copy link
Copy Markdown

fs.constants.O_DIRECT requires the data to be at the same alignment at the filesystem which is complex to achieve. None of our data is aligned, so remove this flag.
Fixes #4

@pobthebuilder pobthebuilder force-pushed the fix_odirect branch 2 times, most recently from 587ad10 to 033b220 Compare March 19, 2026 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

I get a write error

1 participant