blob: f456cc5ce5460816fc77124f2bcc6df276536a62 [file] [log] [blame]
// +build !exclude_graphdriver_btrfs,linux
package register
import (
// register the btrfs graphdriver
_ "github.com/docker/docker/daemon/graphdriver/btrfs"
)