github.com/rumpl/bof@v23.0.0-rc.2+incompatible/daemon/graphdriver/zfs/zfs_unsupported.go (about) 1 //go:build !linux && !freebsd 2 // +build !linux,!freebsd 3 4 package zfs // import "github.com/docker/docker/daemon/graphdriver/zfs" 5 6 func checkRootdirFs(rootdir string) error { 7 return nil 8 } 9 10 func getMountpoint(id string) string { 11 return id 12 }