diff options
author | Fabricio Voznika <fvoznika@google.com> | 2020-08-12 13:12:05 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-12 13:20:01 -0700 |
commit | d797f2666629737920b39a2fbac369ce5853dc35 (patch) | |
tree | 7d12a86ad7f647d2a9ce65fc6bfc5a2adfb4aa95 /pkg/sentry/fsimpl | |
parent | c5ed390162930b51719ff45956d7ac1bc963c8e7 (diff) |
Redirect TODO
Fixes #2923
PiperOrigin-RevId: 326296589
Diffstat (limited to 'pkg/sentry/fsimpl')
-rw-r--r-- | pkg/sentry/fsimpl/host/host.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fsimpl/host/host.go b/pkg/sentry/fsimpl/host/host.go index bf922c566..bd6caba06 100644 --- a/pkg/sentry/fsimpl/host/host.go +++ b/pkg/sentry/fsimpl/host/host.go @@ -552,7 +552,7 @@ func (f *fileDescription) Allocate(ctx context.Context, mode, offset, length uin return syserror.ESPIPE } - // TODO(gvisor.dev/issue/2923): Implement Allocate for non-pipe hostfds. + // TODO(gvisor.dev/issue/3589): Implement Allocate for non-pipe hostfds. return syserror.EOPNOTSUPP } |