blob: ce8daadaf65f2270bb65b9953c8c4686ca51730c [file] [log] [blame]
// +build !linux,!freebsd,!solaris
package zfs
func checkRootdirFs(rootdir string) error {
return nil
}
func getMountpoint(id string) string {
return id
}