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
A major rework of the kernel implementation occurred in 5.3.
Areas of the API that weren't clearly defined were clarified and
the API bounds are much more strictly checked than on earlier
kernels. Applications should target the behaviour and
requirements of 5.3 kernels.
First support for cross-filesystem copies was introduced in Linux
5.3. Older kernels will return -EXDEV when cross-filesystem
copies are attempted.
And at least Go's Issue shows that it's broken in CIFS.
I think it should be fixed like Go did.
The text was updated successfully, but these errors were encountered:
In case copy_file_rang(2), Linux's man page says:
And at least Go's Issue shows that it's broken in CIFS.
I think it should be fixed like Go did.
The text was updated successfully, but these errors were encountered: