From 4ac498bb4d8462fc43d5a8898f8eb9cd28edc999 Mon Sep 17 00:00:00 2001 From: Denys Smirnov Date: Thu, 20 Oct 2016 21:11:39 +0300 Subject: [PATCH] fix subvolume list --- subvolume.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subvolume.go b/subvolume.go index f8aee57..bbd8792 100644 --- a/subvolume.go +++ b/subvolume.go @@ -169,7 +169,7 @@ func listSubVolumes(f *os.File) (map[uint64]Subvolume, error) { // Set the min and max to backref keys. The search will // only send back this type of key now. - min_type: rootBackrefKey, + min_type: rootItemKey, max_type: rootBackrefKey, min_objectid: firstFreeObjectid,