The root inode is now only initialized once.

Privated File.Reader because it really shouldn't be public.
This commit is contained in:
Caleb Gardner
2021-01-12 01:43:03 -06:00
parent 1506ca0ac3
commit dcf59a4261
3 changed files with 56 additions and 55 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ import (
//FragmentEntry is an entry in the fragment table
type fragmentEntry struct {
Start uint64
Size uint32
Unused uint32
Start uint64
Size uint32
// Unused uint32
}
//GetFragmentDataFromInode returns the fragment data for a given inode.