mirror of
https://github.com/dennwc/btrfs
synced 2025-02-03 13:21:46 +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
|
// Set the min and max to backref keys. The search will
|
||||||
// only send back this type of key now.
|
// only send back this type of key now.
|
||||||
min_type: rootBackrefKey,
|
min_type: rootItemKey,
|
||||||
max_type: rootBackrefKey,
|
max_type: rootBackrefKey,
|
||||||
|
|
||||||
min_objectid: firstFreeObjectid,
|
min_objectid: firstFreeObjectid,
|
||||||
|
Loading…
Reference in New Issue
Block a user