]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_copy: distinguish short writes to EOD from runtime errors
authorDarrick J. Wong <djwong@kernel.org>
Wed, 20 Dec 2023 16:53:43 +0000 (08:53 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 22 Dec 2023 02:29:14 +0000 (18:29 -0800)
commit603850fe94cdb6a586eb75cb33bcb9e24e204b18
tree616cb3bbfe10df50dc9c5912b9d49122cf4cbdcf
parentb9166aea5eb825bdb603f21d9eb43c7bfe846ca2
xfs_copy: distinguish short writes to EOD from runtime errors

Detect short writes to the end of the destination device and report
them.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
copy/xfs_copy.c