aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/mount.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/mount.go')
-rw-r--r--container/mount.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/container/mount.go b/container/mount.go
index 873f69c8..a17b3489 100644
--- a/container/mount.go
+++ b/container/mount.go
@@ -214,8 +214,8 @@ func parentPerm(perm os.FileMode) os.FileMode {
return os.FileMode(pperm)
}
-// escapeOverlayDataSegment escapes a string for formatting into the data argument of an overlay mount call.
-func escapeOverlayDataSegment(s string) string {
+// EscapeOverlayDataSegment escapes a string for formatting into the data argument of an overlay mount call.
+func EscapeOverlayDataSegment(s string) string {
if s == zeroString {
return zeroString
}