Fix CollectionCache to pass num_retries to CollectionReader
[arvados.git] / services / keepstore / volume_unix.go
index 645862deae71a876dccae4e7d5e3afc0d20fd180..ea9aa489c5af8c357cd8c195851e94456537ce2a 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
@@ -16,8 +20,6 @@ import (
        "sync"
        "syscall"
        "time"
-
-       log "github.com/Sirupsen/logrus"
 )
 
 type unixVolumeAdder struct {