Description
While building docker-20.10.22 on Funtoo linux with btrfs-progs 6.1, got this error
daemon/graphdriver/btrfs/btrfs.go:437:11: args.lim.max_referenced undefined (type _Ctype_struct_btrfs_qgroup_limit has no field or method max_referenced)
Reproduce
- extract source
- hack/make.sh dynbinary
Expected behavior
Build not fail.
docker version
docker info
Additional Info
Only fails with btrfs-progs 6.1, with previous versions (6.0.x) builds ok.
IMHO the change of btrfs-progs that caused this affect is
kdave/btrfs-progs@0345143
Description
While building docker-20.10.22 on Funtoo linux with btrfs-progs 6.1, got this error
Reproduce
Expected behavior
Build not fail.
docker version
docker info
Additional Info
Only fails with btrfs-progs 6.1, with previous versions (6.0.x) builds ok.
IMHO the change of btrfs-progs that caused this affect is
kdave/btrfs-progs@0345143