Windows: No ZFS graphdriver

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 35cdcbb323bc76a0874962c08de627221bf4880d
Component: engine
This commit is contained in:
John Howard
2015-05-14 15:56:00 -07:00
parent b0f3ea455f
commit 4a6cf355cf
4 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// +build !exclude_graphdriver_zfs
// +build !exclude_graphdriver_zfs,linux
package daemon

View File

@ -1,3 +1,5 @@
// +build linux
package zfs
import (

View File

@ -1,3 +1,5 @@
// +build linux
package zfs
import (

View File

@ -0,0 +1,3 @@
// +build !linux
package zfs