trv: Renamed OMDIRS -> HANDLES, OBTREE -> HBTREE

Looks like these traversal states were missed in the omdir -> handle
rename. I think HANDLES and HBTREE states make sense:

- LFS3_TSTATE_OMDIRS -> LFS3_TSTATE_HANDLES
- LFS3_TSTATE_OBTREE -> LFS3_TSTATE_HBTREE
This commit is contained in:
Christopher Haster
2025-07-21 16:47:24 -05:00
parent ff7e196f92
commit 4b7a5c9201
2 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -145,8 +145,8 @@ FLAGS = [
('^_MDIRS', 0x00030000, "Tstate = mtree-mdirs" ),
('^_MDIR', 0x00040000, "Tstate = mdir" ),
('^_BTREE', 0x00050000, "Tstate = btree" ),
('^_OMDIRS', 0x00060000, "Tstate = open-mdirs" ),
('^_OBTREE', 0x00070000, "Tstate = open-btree" ),
('^_HANDLES', 0x00060000, "Tstate = open-mdirs" ),
('^_HBTREE', 0x00070000, "Tstate = open-btree" ),
('^_DONE', 0x00080000, "Tstate = done" ),
('t_BTYPE', 0x00f00000, "The current block type" ),
('^_MDIR', 0x00100000, "Btype = mdir" ),