Added some data writing logic.

This commit is contained in:
Caleb Gardner
2021-02-26 01:53:16 -06:00
parent 65bc4a5d78
commit 9913b848c6
3 changed files with 110 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
type fragmentEntry struct {
Start uint64
Size uint32
// Unused uint32
_ uint32 //unused
}
//GetFragmentDataFromInode returns the fragment data for a given inode.