Add cleanup TODO for integer-based proc files.

PiperOrigin-RevId: 356645022
This commit is contained in:
Dean Deng
2021-02-09 19:18:09 -08:00
committed by gVisor bot
parent c41583fb20
commit f6de413c39
@@ -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