Skip to content

Commit

Permalink
Merge pull request #11333 from benhurdelhey:ben-hurdelhey_data/fix-mo…
Browse files Browse the repository at this point in the history
…unt-setup-initial-userns-fallback

PiperOrigin-RevId: 713006567
  • Loading branch information
gvisor-bot committed Jan 7, 2025
2 parents 7aa4c49 + ffb7334 commit b94ab73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runsc/cmd/gofer.go
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ func (g *Gofer) setupMounts(conf *config.Config, mounts []specs.Mount, root, pro
// to open the mount, so let's try to open it in the
// parent user namespace.
var res container.OpenMountResult
if err := goferToHostRPC.Call("goferRPC.OpenMount", &m, &res); err != nil {
if err := goferToHostRPC.Call("goferToHostRPC.OpenMount", &m, &res); err != nil {
return fmt.Errorf("opening %s: %w", m.Source, err)
}
srcFile = res.Files[0]
Expand Down

0 comments on commit b94ab73

Please sign in to comment.