Skip to content

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

Merged
kwertop merged 3 commits into
kwertop:mainfrom
pobthebuilder:fix_odirect
Jul 26, 2026
Merged

Remove O_DIRECT since we don't have aligned data#5
kwertop merged 3 commits into
kwertop:mainfrom
pobthebuilder:fix_odirect

Conversation

@pobthebuilder

Copy link
Copy Markdown
Contributor

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
@kwertop
kwertop merged commit fa824cc into kwertop:main Jul 26, 2026
4 checks passed
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

2 participants