mirror of
https://github.com/dennwc/btrfs
synced 2025-01-24 08:14:11 +00:00
fix subvolume list
This commit is contained in:
parent
94acb6ee4a
commit
4ac498bb4d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user