Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change File.{read|write} to use offsets #169

Open
2 tasks
cevans87 opened this issue Nov 9, 2021 · 0 comments
Open
2 tasks

Change File.{read|write} to use offsets #169

cevans87 opened this issue Nov 9, 2021 · 0 comments
Assignees

Comments

@cevans87
Copy link

cevans87 commented Nov 9, 2021

Track read/write offsets in our userspace file handles.

  • All files should be opened with O_LARGEFILE to allow large offsets.
  • Function signatures should now also return a new file handle with updated offset.
@cevans87 cevans87 self-assigned this Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant