Renamed LFS_I_ORPHANS -> LFS_I_HASORPHANS

This better matches how other flags sometimes include the relevant verb,
LFS_RBYD_ISSHRUB, LFSR_DATA_ONDISK, etc, and feels a bit more
consistent.
This commit is contained in:
Christopher Haster
2024-08-12 15:42:05 -05:00
parent 6d0b05da6c
commit 80ef963bec
4 changed files with 19 additions and 18 deletions
+2 -1
View File
@@ -198,7 +198,8 @@ enum lfs_type {
0x08000000 // Filesystem may have uncompacted metadata
// internally used flags, don't use these
#define LFS_I_ORPHANS 0x01000000 // Filesystem may have untracked orphans
#define LFS_I_HASORPHANS \
0x01000000 // Filesystem may have untracked orphans
// Block types