bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60489: Programs should exit after EIO from FICLONE or copy_file_rang


From: Andreas Schwab
Subject: bug#60489: Programs should exit after EIO from FICLONE or copy_file_range()
Date: Mon, 02 Jan 2023 14:28:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

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@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."





reply via email to

[Prev in Thread] Current Thread [Next in Thread]