version_none.go 200 B

12345678910
  1. // +build linux,btrfs_noversion
  2. package btrfs
  3. // TODO(vbatts) remove this work-around once supported linux distros are on
  4. // btrfs utililties of >= 3.16.1
  5. func BtrfsLibVersion() int {
  6. return -1
  7. }