GNU bug report logs - #60489
Programs should exit after EIO from FICLONE or copy_file_range()

Previous Next

Package: coreutils;

Reported by: Noah Misch <noah <at> leadboat.com>

Date: Mon, 2 Jan 2023 08:54:03 UTC

Severity: normal

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Pádraig Brady <P <at> draigBrady.com>
Cc: 60489 <at> debbugs.gnu.org, Noah Misch <noah <at> leadboat.com>
Subject: bug#60489: Programs should exit after EIO from FICLONE or copy_file_range()
Date: Mon, 02 Jan 2023 14:28:49 +0100
On Jan 02 2023, Pádraig Brady wrote:

> +          /* Note error set is consistent with copy_file_range().  */
> +          bool no_clone_attempted = errno == ENOSYS || is_ENOTSUP (errno)
> +                                    || errno == EINVAL || errno == EBADF
> +                                    || errno == EXDEV || errno == ETXTBSY;

Should this be refactored to avoid duplication?

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."




This bug report was last modified 2 years and 132 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.