Skip to content
New issue

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

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

Already on GitHub? # to your account

Add support for ftruncate #310

Closed
wants to merge 1 commit into from
Closed

Conversation

vmingchen
Copy link

Introduces opcode::Ftruncate to support ftruncate which got supported since Linux 6.9.

Also updates the libc to the latest version to get the new sys::IORING_OP_FTRUNCATE flag from libc.

See

Introduces `opcode::Ftruncate` to support the ftruncate which got
supported since Linux 6.9.

Also updates the libc to the latest version to get the new
sys::IORING_OP_FTRUNCATE flag from libc.

See

- `IORING_OP_FTRUNCATE` commit: torvalds/linux@b4bb190
- liburing PR: axboe/liburing#1004
@vmingchen
Copy link
Author

hmmm, just noticed #296 which include this already.

@vmingchen vmingchen closed this Dec 5, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant