diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-03-18 18:17:07 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-03-18 18:17:07 +0000 |
commit | d3a3fe04cccfe8646a4ec8bf9dda0689cf524e07 (patch) | |
tree | 038964257a6925f1a024a1b1852fe360d8a4f00f /runsc/boot/loader.go | |
parent | 8a3f44a54fe8897e9ec2a66b1a4d8a67511b4986 (diff) | |
parent | 5c4f4ed9eb05cfef036b55883edb8de780288441 (diff) |
Merge release-20210309.0-39-g5c4f4ed9e (automated)
Diffstat (limited to 'runsc/boot/loader.go')
-rw-r--r-- | runsc/boot/loader.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/boot/loader.go b/runsc/boot/loader.go index 5afce232d..774621970 100644 --- a/runsc/boot/loader.go +++ b/runsc/boot/loader.go @@ -752,7 +752,7 @@ func (l *Loader) createContainerProcess(root bool, cid string, info *containerIn // Setup the child container file system. l.startGoferMonitor(cid, info.goferFDs) - mntr := newContainerMounter(info.spec, info.goferFDs, l.k, l.mountHints) + mntr := newContainerMounter(info.spec, info.goferFDs, l.k, l.mountHints, kernel.VFS2Enabled) if root { if err := mntr.processHints(info.conf, info.procArgs.Credentials); err != nil { return nil, nil, nil, err |