Redirect TODO

Fixes #2923

PiperOrigin-RevId: 326296589
This commit is contained in:
Fabricio Voznika
2020-08-12 13:20:01 -07:00
committed by gVisor bot
parent c5ed390162
commit d797f26666
+1 -1
View File
@@ -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
}