github.com/jaegerpicker/docker@v0.7.7-0.20150325003727-22dba32b4dab/daemon/graphdriver/btrfs/version_none.go (about) 1 // +build linux,btrfs_noversion 2 3 package btrfs 4 5 // TODO(vbatts) remove this work-around once supported linux distros are on 6 // btrfs utililties of >= 3.16.1 7 8 func BtrfsLibVersion() int { 9 return -1 10 }