summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/gofer/handles.go
diff options
context:
space:
mode:
authorJon Budd <jonbudd@google.com>2020-04-13 11:01:02 -0700
committergVisor bot <gvisor-bot@google.com>2020-04-13 11:02:14 -0700
commit6a4d17a31dc209afbbca66e871a7c6dc299c167b (patch)
treea045868a3b2d80e70212c68f3b9751c610f572ca /pkg/sentry/fs/gofer/handles.go
parent445c366581637b64336a18d69519faee5a444f5d (diff)
Remove obsolete TODOs for b/38173783
The comments in the ticket indicate that this behavior is fine and that the ticket should be closed, so we shouldn't need pointers to the ticket. PiperOrigin-RevId: 306266071
Diffstat (limited to 'pkg/sentry/fs/gofer/handles.go')
-rw-r--r--pkg/sentry/fs/gofer/handles.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/sentry/fs/gofer/handles.go b/pkg/sentry/fs/gofer/handles.go
index 9f7c3e89f..fc14249be 100644
--- a/pkg/sentry/fs/gofer/handles.go
+++ b/pkg/sentry/fs/gofer/handles.go
@@ -57,7 +57,6 @@ func (h *handles) DecRef() {
}
}
}
- // FIXME(b/38173783): Context is not plumbed here.
if err := h.File.close(context.Background()); err != nil {
log.Warningf("error closing p9 file: %v", err)
}