From 856d46eee02bcc1eda5582c312b2c07cd5a90a6f Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 13 Mar 2014 17:38:54 -0400 Subject: [PATCH] btrfs: build tags correct filename and make the tag more readable Docker-DCO-1.1-Signed-off-by: Vincent Batts (github: vbatts) Upstream-commit: 5cfea26bcfc218ca72eac7115fa257833f28b9f2 Component: engine --- components/engine/runtime/{runtime_btfs.go => runtime_btrfs.go} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename components/engine/runtime/{runtime_btfs.go => runtime_btrfs.go} (70%) diff --git a/components/engine/runtime/runtime_btfs.go b/components/engine/runtime/runtime_btrfs.go similarity index 70% rename from components/engine/runtime/runtime_btfs.go rename to components/engine/runtime/runtime_btrfs.go index 5e941386c3..c59b103ff9 100644 --- a/components/engine/runtime/runtime_btfs.go +++ b/components/engine/runtime/runtime_btrfs.go @@ -1,4 +1,4 @@ -// +build !no_btrfs +// +build !exclude_graphdriver_btrfs package runtime