]> git.ipfire.org Git - thirdparty/coreutils.git/commit
copy: remove fiemap logic
authorPádraig Brady <P@draigBrady.com>
Sat, 15 May 2021 11:40:45 +0000 (12:40 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 15 May 2021 15:14:11 +0000 (16:14 +0100)
commit26eccf6c98696c50f4416ba2967edc8676870716
treedfd75b748772dfd47bf54dfde7e16e8f3bf4853d
parentba5e6885d2c255648cddb87b4e795659c1990374
copy: remove fiemap logic

This is now only used on 10 year old linux kernels,
and performs a sync before each copy.

* src/copy.c (extent_copy): Remove function and all callers.
* src/extent-scan.c: Remove.
* src/extent-scan.h: Remove.
* src/fiemap.h: Remove.
* src/local.mk: Adjust for removed files.
* NEWS: Adjust to say fiemap is removed.
NEWS
src/copy.c
src/extent-scan.c [deleted file]
src/extent-scan.h [deleted file]
src/fiemap.h [deleted file]
src/local.mk