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

use copy_file_range for file copy in mkcomposefs #274

Closed
divineaugustine opened this issue Apr 9, 2024 · 0 comments · Fixed by #276
Closed

use copy_file_range for file copy in mkcomposefs #274

divineaugustine opened this issue Apr 9, 2024 · 0 comments · Fixed by #276

Comments

@divineaugustine
Copy link
Contributor

divineaugustine commented Apr 9, 2024

This change was done as part of multi-threading (#269 ) however, copy_file_range needs some fallback handling for file copy when copying files across different file systems (https://lwn.net/Articles/846403/). It is agreed that we rollback copy_file_range from multi-threading PR and raise a separate PR for just copy_file_range

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 a pull request may close this issue.

1 participant