Page MenuHomeFreeBSD

cp: Further simplify the core logic.
ClosedPublic

Authored by des on Dec 14 2023, 3:58 PM.
Tags
None
Referenced Files
F108675624: D43064.diff
Mon, Jan 27, 5:59 AM
F108594455: D43064.id131440.diff
Sun, Jan 26, 6:18 PM
Unknown Object (File)
Dec 2 2024, 10:02 AM
Unknown Object (File)
Dec 2 2024, 9:37 AM
Unknown Object (File)
Nov 16 2024, 4:40 AM
Unknown Object (File)
Oct 23 2024, 3:48 AM
Unknown Object (File)
Oct 21 2024, 1:54 PM
Unknown Object (File)
Oct 7 2024, 12:31 PM
Subscribers

Details

Summary

If the destination file exists but we decide unlink it, set the dne
flag. This means we don't need to re-check the conditions that would
have caused us to delete the file when we later need to decide whether
to create or replace it.

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable