blob: 7298c4284c44912f46ce18b475aa3b620d28e4b8 [file]
//go:build !linux && !freebsd
package zfs // import "github.com/docker/docker/daemon/graphdriver/zfs"
func checkRootdirFs(rootdir string) error {
return nil
}
func getMountpoint(id string) string {
return id
}