diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-08-12 20:26:16 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-12 20:26:16 +0000 |
commit | 710983f29b82e515922da455ab6e566cabdbb2bf (patch) | |
tree | b4e9603b446dcfd294c0b4b1c84eebc967a138ce /pkg/sentry/fsimpl | |
parent | 384c23dfaff820726d1387edecb2e104c931da79 (diff) | |
parent | d797f2666629737920b39a2fbac369ce5853dc35 (diff) |
Merge release-20200804.0-67-gd797f2666 (automated)
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 } |