github.com/rita33cool1/iot-system-gateway@v0.0.0-20200911033302-e65bde238cc5/docker-engine/daemon/graphdriver/btrfs/version_none.go (about) 1 // +build linux,btrfs_noversion 2 3 package btrfs // import "github.com/docker/docker/daemon/graphdriver/btrfs" 4 5 // TODO(vbatts) remove this work-around once supported linux distros are on 6 // btrfs utilities of >= 3.16.1 7 8 func btrfsBuildVersion() string { 9 return "-" 10 } 11 12 func btrfsLibVersion() int { 13 return -1 14 }