From fb589cdfc5acd6bd629c3fcfbe42f94700e78899 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 12 Jul 2022 22:18:18 -0600 Subject: Define a Trees interface to abstract over broken trees --- lib/btrfs/io4_fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/btrfs/io4_fs.go') diff --git a/lib/btrfs/io4_fs.go b/lib/btrfs/io4_fs.go index 02f1969..07e52bb 100644 --- a/lib/btrfs/io4_fs.go +++ b/lib/btrfs/io4_fs.go @@ -55,7 +55,7 @@ type File struct { } type Subvolume struct { - FS *FS + FS Trees TreeID ObjID rootOnce sync.Once -- cgit v1.2.3-54-g00ecf