]> git.ipfire.org Git - thirdparty/coreutils.git/commit
copy: --debug: indicate if NUL detection is used with SEEK_HOLE
authorPádraig Brady <P@draigBrady.com>
Thu, 13 Apr 2023 12:15:31 +0000 (13:15 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 13 Apr 2023 19:19:09 +0000 (20:19 +0100)
commit854c90ecc031232a3bd6d94b149f84d5c2e1ab11
treeb987568c69e64edad51b07a60b7576ac0974ac77
parentcc95246ee2ed674cd407f0f80fd77f3364012458
copy: --debug: indicate if NUL detection is used with SEEK_HOLE

* src/copy.c (sparse_copy): With --sparse=always we also detect
NULs in extents we're copying, so indicate this with --debug.
src/copy.c