Signed-off-by: Alexey Guskov <lexag@mail.ru> Upstream-commit: 112b7e654691caa2b5ec283d70cf36245dfab365 Component: engine
12 lines
151 B
Go
12 lines
151 B
Go
// +build !linux,!freebsd
|
|
|
|
package zfs
|
|
|
|
func checkRootdirFs(rootdir string) error {
|
|
return nil
|
|
}
|
|
|
|
func getMountpoint(id string) string {
|
|
return id
|
|
}
|