From 5cfea26bcfc218ca72eac7115fa257833f28b9f2 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) --- runtime/{runtime_btfs.go => runtime_btrfs.go} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename runtime/{runtime_btfs.go => runtime_btrfs.go} (70%) diff --git a/runtime/runtime_btfs.go b/runtime/runtime_btrfs.go similarity index 70% rename from runtime/runtime_btfs.go rename to runtime/runtime_btrfs.go index 5e941386c3..c59b103ff9 100644 --- a/runtime/runtime_btfs.go +++ b/runtime/runtime_btrfs.go @@ -1,4 +1,4 @@ -// +build !no_btrfs +// +build !exclude_graphdriver_btrfs package runtime