From 2aa95c4e8748027c30dec3e89bb069dae14dfd3f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 11 Jun 2022 22:04:12 -0600 Subject: addr formatting --- pkg/btrfs/internal/misc.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'pkg/btrfs/internal/misc.go') 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. -- cgit v1.2.3-2-g168b