summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/container.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-03-30 18:42:04 +0000
committergVisor bot <gvisor-bot@google.com>2021-03-30 18:42:04 +0000
commit3edf00261b7d189adb751f3d22e98a0601dd3d83 (patch)
tree1735490aa1d46af77e69bab6233d25b308851d1a /runsc/container/container.go
parent08cc017c088017546ed712cce700bf4374c864c0 (diff)
parent71f3dccbb3d47cbf572afe0737a29c8d87fde9c9 (diff)
Merge release-20210322.0-30-g71f3dccbb (automated)
Diffstat (limited to 'runsc/container/container.go')
-rw-r--r--runsc/container/container.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/container/container.go b/runsc/container/container.go
index f9d83c118..e72ada311 100644
--- a/runsc/container/container.go
+++ b/runsc/container/container.go
@@ -886,7 +886,7 @@ func (c *Container) createGoferProcess(spec *specs.Spec, conf *config.Config, bu
// Add root mount and then add any other additional mounts.
mountCount := 1
for _, m := range spec.Mounts {
- if specutils.Is9PMount(m) {
+ if specutils.Is9PMount(m, conf.VFS2) {
mountCount++
}
}