github.com/jfrazelle/docker@v1.1.2-0.20210712172922-bf78e25fe508/daemon/graphdriver/zfs/zfs_unsupported.go (about)

     1  // +build !linux,!freebsd
     2  
     3  package zfs // import "github.com/docker/docker/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  }