Dropped internal LFS_i_UNTIDY pseudo-alias flag
We really shouldn't have two names for the same thing, it just makes things more confusing, even if the public name doesn't quite match the internal usage. Especially now that we internally rely on these being the same flag. This renames LFS_i_UNTIDY -> LFS_I_MKCONSISTENT and drops the untidy/ mktidy naming internally. No code changes.
This commit is contained in:
@@ -231,9 +231,6 @@ enum lfs_type {
|
||||
#define LFS_I_CKMETA 0x00100000 // Metadata checksums not checked recently
|
||||
#define LFS_I_CKDATA 0x00200000 // Data checksums not checked recently
|
||||
|
||||
// internally used flags, don't use these
|
||||
#define LFS_i_UNTIDY 0x00010000 // Filesystem may have orphaned stickynotes
|
||||
|
||||
|
||||
// Block types
|
||||
enum lfs_btype {
|
||||
|
||||
Reference in New Issue
Block a user