You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 rollbackcopy_file_range
from multi-threading PR and raise a separate PR for justcopy_file_range
The text was updated successfully, but these errors were encountered: