summaryrefslogtreecommitdiff
path: root/lib/btrfs/io4_fs.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-07-12 22:18:18 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-07-12 22:39:41 -0600
commitfb589cdfc5acd6bd629c3fcfbe42f94700e78899 (patch)
treef8246e733beac834a8f5039151bef073b1520682 /lib/btrfs/io4_fs.go
parentec6929e40ca17cacb6a4ba23508d2b724b9201c1 (diff)
Define a Trees interface to abstract over broken trees
Diffstat (limited to 'lib/btrfs/io4_fs.go')
-rw-r--r--lib/btrfs/io4_fs.go2
1 files changed, 1 insertions, 1 deletions
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