Skip to content

Commit 4be285c

Browse files
Merge pull request #2028 from p0lyn0mial/atomic-dir-other-compile
OCPBUGS-33013: operator/staticpod/internal/atomicdir/swap_other: add missing import
2 parents 339f6f0 + f0b4937 commit 4be285c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/operator/staticpod/internal/atomicdir/swap_other.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
package atomicdir
44

5+
import "errors"
6+
57
// swap can be used to exchange two directories atomically.
68
//
79
// This function is only implemented for Linux and returns an error on other platforms.

0 commit comments

Comments
 (0)