mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
54877ac475
Add fsxattr::copy_xattrs_fd; mv's EXDEV fallback opens src/dst with O_NOFOLLOW via safe_copy and copies content + xattrs on the live fds, pinning both inodes against a concurrent renamer.