mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 23:12:02 +08:00
82149672b6
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>
(cherry picked from commit 1938656f70)