Merge pull request #13232 from Microsoft/10662-zfs

Windows: No ZFS graphdriver
This commit is contained in:
Alexander Morozov 2015-05-15 11:51:48 -07:00
commit 27b77464d8
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