From f6de413c398231cb392bccda3807897703653ab5 Mon Sep 17 00:00:00 2001 From: Dean Deng Date: Tue, 9 Feb 2021 19:15:53 -0800 Subject: Add cleanup TODO for integer-based proc files. PiperOrigin-RevId: 356645022 --- pkg/sentry/vfs/file_description_impl_util.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/sentry') 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 -- cgit v1.2.3