Remove watchdog TODO

I have not seen a false positive stuck task yet.
Biggest offender was whitelistfs which is going away.

PiperOrigin-RevId: 283613064
This commit is contained in:
Fabricio Voznika
2019-12-03 13:44:06 -08:00
committed by gVisor bot
parent 3e832bec1b
commit 154dcdec07
+3 -1
View File
@@ -287,7 +287,9 @@ func (w *Watchdog) runTurn() {
if !ok {
// New stuck task detected.
//
// TODO(b/65849403): Tasks blocked doing IO may be considered stuck in kernel.
// Note that tasks blocked doing IO may be considered stuck in kernel,
// unless they are surrounded b
// Task.UninterruptibleSleepStart/Finish.
tc = &offender{lastUpdateTime: lastUpdateTime}
stuckTasks.Increment()
newTaskFound = true