diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-11-26 02:14:18 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-11-26 02:14:18 +0000 |
commit | 9eb662f6bf2fb48eb9631002a1c8b5203dc455c7 (patch) | |
tree | 7f47a9ab12148edf3343f70b9c0fc18298c5915f /pkg/sentry/vfs/syscalls.go | |
parent | 11b3c62c47beed4fd8f40177d06f3252fc641a08 (diff) | |
parent | b72e1b3c0873ea29d031db42e39ca053923eecff (diff) |
Merge release-20191114.0-35-gb72e1b3 (automated)
Diffstat (limited to 'pkg/sentry/vfs/syscalls.go')
-rwxr-xr-x | pkg/sentry/vfs/syscalls.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/vfs/syscalls.go b/pkg/sentry/vfs/syscalls.go index 49952b2cc..436151afa 100755 --- a/pkg/sentry/vfs/syscalls.go +++ b/pkg/sentry/vfs/syscalls.go @@ -63,7 +63,7 @@ func (vfs *VirtualFilesystem) GetDentryAt(ctx context.Context, creds *auth.Crede mount: rp.mount, dentry: d, } - rp.mount.incRef() + rp.mount.IncRef() vfs.putResolvingPath(rp) return vd, nil } |