K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2019-08-08T20:07:38.947666Z K 7 svn:log V 352 Remove some harmless cruft from vn_generic_copy_file_range(). An earlier version of the patch had code that set "error" between line#s 2797-2799. When that code was moved, the second check for "error != 0" could never be true and the check became harmless cruft. This patch removes the cruft, mainly to make Coverity happy. Reported by: asomers, cem END