More efficient Table reading

This commit is contained in:
Caleb Gardner
2025-06-07 02:43:32 -05:00
parent de1b18fd1c
commit 9fd87fe38a
4 changed files with 53 additions and 14 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ type superblock struct {
IdCount uint16
VerMaj uint16
VerMin uint16
RootInodeRef uint64
RootInodeRef InodeRef
Size uint64
IdTableStart uint64
XattrTableStart uint64