Reverted LFS_O_ORPHAN -> LFS_O_UNCREAT

As a part of the effort to undo the overuse of the term "orphan".

I can't really think of a better name, and uncreat gets the point
across. At least it matches LFS_O_UNSYNC/LFS_O_UNFLUSH.

Apparently the Uncreated are a race of aliens in the Marvel universe?
This commit is contained in:
Christopher Haster
2024-12-29 15:28:11 -06:00
parent 361cd3fec0
commit 7159248051
2 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ enum lfs_type {
#define LFS_O_TYPE 0xff000000 // The file's type
#define LFS_O_UNFLUSH 0x00100000 // File's data does not match disk
#define LFS_O_UNSYNC 0x00200000 // File's metadata does not match disk
#define LFS_O_ORPHAN 0x00400000 // File does not exist
#define LFS_O_UNCREAT 0x00400000 // File does not exist yet
#define LFS_O_ZOMBIE 0x00800000 // File has been removed
// File seek flags