Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
b9e27acabc0551184c942e6ae190a2d0b74b02be
/
.
/
daemon
/
graphdriver
/
zfs
/
zfs_unsupported.go
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
}