diff options
author | Dean Deng <deandeng@google.com> | 2021-02-09 19:15:53 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-02-09 19:18:09 -0800 |
commit | f6de413c398231cb392bccda3807897703653ab5 (patch) | |
tree | c5785b4b7b505f415f35ccc59e67ff7ba38b4b04 /pkg | |
parent | c41583fb205ed7bfd62ef3c20d98fc7330a334cd (diff) |
Add cleanup TODO for integer-based proc files.
PiperOrigin-RevId: 356645022
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/sentry/vfs/file_description_impl_util.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/vfs/file_description_impl_util.go b/pkg/sentry/vfs/file_description_impl_util.go index eb7d2fd3b..d2050b3f7 100644 --- a/pkg/sentry/vfs/file_description_impl_util.go +++ b/pkg/sentry/vfs/file_description_impl_util.go @@ -238,6 +238,8 @@ func (s *StaticData) Generate(ctx context.Context, buf *bytes.Buffer) error { // WritableDynamicBytesSource extends DynamicBytesSource to allow writes to the // underlying source. +// +// TODO(b/179825241): Make utility for integer-based writable files. type WritableDynamicBytesSource interface { DynamicBytesSource |