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)
Wed, Oct 23, 3:48 AM
Unknown Object (File)
Mon, Oct 21, 1:54 PM
Unknown Object (File)
Oct 7 2024, 12:31 PM
Unknown Object (File)
Sep 23 2024, 3:01 AM
Unknown Object (File)
Sep 17 2024, 4:33 AM
Unknown Object (File)
Sep 16 2024, 10:55 PM
Unknown Object (File)
Sep 16 2024, 2:21 PM
Unknown Object (File)
Sep 16 2024, 2:21 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