github.com/demonoid81/moby@v0.0.0-20200517203328-62dd8e17c460/daemon/graphdriver/zfs/zfs_unsupported.go (about)

     1  // +build !linux,!freebsd
     2  
     3  package zfs // import "github.com/demonoid81/moby/daemon/graphdriver/zfs"
     4  
     5  func checkRootdirFs(rootdir string) error {
     6  	return nil
     7  }
     8  
     9  func getMountpoint(id string) string {
    10  	return id
    11  }