]> 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>
Fri, 28 Jan 2011 22:28:38 +0000 (23:28 +0100)
commit1d2026db51125361ea3e32c437d69d4059228150
tree4da707d1634a9c2277d028533535807403219302
parentb8929e761da42395468995c282f9d2bdfaceceab
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