summaryrefslogtreecommitdiff
path: root/pkg/btrfs/internal/misc.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/btrfs/internal/misc.go')
-rw-r--r--pkg/btrfs/internal/misc.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkg/btrfs/internal/misc.go b/pkg/btrfs/internal/misc.go
index de8120a..2a98464 100644
--- a/pkg/btrfs/internal/misc.go
+++ b/pkg/btrfs/internal/misc.go
@@ -6,11 +6,7 @@ import (
"lukeshu.com/btrfs-tools/pkg/binstruct"
)
-type (
- PhysicalAddr int64
- LogicalAddr int64
- Generation uint64
-)
+type Generation uint64
type Key struct {
ObjectID ObjID `bin:"off=0x0, siz=0x8"` // Each tree has its own set of Object IDs.