summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-03-25 23:01:15 +0000
committergVisor bot <gvisor-bot@google.com>2020-03-25 23:01:15 +0000
commitf437197210991ee32e4b247bf18f01d7effec71d (patch)
treea54f60fd4a8e439d9a3712462accdbe137fbf3c3 /pkg
parent0a1754d8a16af9db032c0c367ac4599daf8e2475 (diff)
parentf2eba940159b4ed55359f99a3422ad899a8647ee (diff)
Merge release-20200219.0-229-gf2eba94 (automated)
Diffstat (limited to 'pkg')
-rwxr-xr-xpkg/sentry/vfs/vfs.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/sentry/vfs/vfs.go b/pkg/sentry/vfs/vfs.go
index 2e2880171..03d1fb943 100755
--- a/pkg/sentry/vfs/vfs.go
+++ b/pkg/sentry/vfs/vfs.go
@@ -402,8 +402,6 @@ func (vfs *VirtualFilesystem) OpenAt(ctx context.Context, creds *auth.Credential
if err == nil {
vfs.putResolvingPath(rp)
- // TODO(gvisor.dev/issue/1193): Move inside fsimpl to avoid another call
- // to FileDescription.Stat().
if opts.FileExec {
if fd.Mount().flags.NoExec {
fd.DecRef()