]> git.ipfire.org Git - thirdparty/coreutils.git/commit
fiemap copy: don't let write failure go unreported; adjust style, etc.
authorJim Meyering <meyering@redhat.com>
Mon, 11 Oct 2010 08:39:50 +0000 (10:39 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 22 Jan 2011 11:16:43 +0000 (12:16 +0100)
commit8352d19a553d2f68f9e911352fa1f8e62e428eb5
tree8c6c1f248894bffc9ecda3fb901ebd62824e96c6
parentbfda815cf4c889ac8165004fee5678fee67fbaf1
fiemap copy: don't let write failure go unreported; adjust style, etc.

* src/copy.c (write_zeros): Add comments.
(extent_copy): Move decls of "ok" and "i" down to scope where used.
Adjust comments.
Rename local: s/holes_len/hole_size/
Print a diagnostic upon failure to write zeros.
src/copy.c