summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/controller.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-03-18 18:17:07 +0000
committergVisor bot <gvisor-bot@google.com>2021-03-18 18:17:07 +0000
commitd3a3fe04cccfe8646a4ec8bf9dda0689cf524e07 (patch)
tree038964257a6925f1a024a1b1852fe360d8a4f00f /runsc/boot/controller.go
parent8a3f44a54fe8897e9ec2a66b1a4d8a67511b4986 (diff)
parent5c4f4ed9eb05cfef036b55883edb8de780288441 (diff)
Merge release-20210309.0-39-g5c4f4ed9e (automated)
Diffstat (limited to 'runsc/boot/controller.go')
-rw-r--r--runsc/boot/controller.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/boot/controller.go b/runsc/boot/controller.go
index 1cd5fba5c..1ae76d7d7 100644
--- a/runsc/boot/controller.go
+++ b/runsc/boot/controller.go
@@ -400,7 +400,7 @@ func (cm *containerManager) Restore(o *RestoreOpts, _ *struct{}) error {
// Set up the restore environment.
ctx := k.SupervisorContext()
- mntr := newContainerMounter(cm.l.root.spec, cm.l.root.goferFDs, cm.l.k, cm.l.mountHints)
+ mntr := newContainerMounter(cm.l.root.spec, cm.l.root.goferFDs, cm.l.k, cm.l.mountHints, kernel.VFS2Enabled)
if kernel.VFS2Enabled {
ctx, err = mntr.configureRestore(ctx, cm.l.root.conf)
if err != nil {