mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
1938656f70
cp, install, and mv no longer enter an infinite loop copying sparse files with SEEK_HOLE. E.g., this was seen on ext4 when copying sparse files with extents that are being actively updated, and copy offload is not being used. See also: https://github.com/coreutils/coreutils/commit/bd528f923482223649aa84be7d131e69356149da Signed-off-by: Wei-Ting Yang <williamatcg@gmail.com>