diff options
Diffstat (limited to 'container/inittmpfs.go')
| -rw-r--r-- | container/inittmpfs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/container/inittmpfs.go b/container/inittmpfs.go index 23e2a832..fb477236 100644 --- a/container/inittmpfs.go +++ b/container/inittmpfs.go @@ -48,6 +48,7 @@ func (t *MountTmpfsOp) apply(_ *setupState, k syscallDispatcher) error { } return k.mountTmpfs(t.FSName, toSysroot(t.Path.String()), t.Flags, t.Size, t.Perm) } +func (t *MountTmpfsOp) late(*setupState, syscallDispatcher) error { return nil } func (t *MountTmpfsOp) Is(op Op) bool { vt, ok := op.(*MountTmpfsOp) |
