Page MenuHomeFreeBSD

cp: Further simplify the core logic.
ClosedPublic

Authored by des on Dec 14 2023, 3:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 9, 4:23 AM
Unknown Object (File)
Thu, May 9, 4:23 AM
Unknown Object (File)
Wed, May 8, 6:06 PM
Unknown Object (File)
Apr 29 2024, 6:21 AM
Unknown Object (File)
Apr 14 2024, 5:35 PM
Unknown Object (File)
Apr 8 2024, 10:28 PM
Unknown Object (File)
Feb 17 2024, 4:59 PM
Unknown Object (File)
Jan 17 2024, 8:14 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