Remove old TODO.

Fixes #2920.

PiperOrigin-RevId: 324695118
This commit is contained in:
Dean Deng
2020-08-03 15:24:54 -07:00
committed by gVisor bot
parent b2ae7ea1bb
commit 5626ccf61f
+1 -1
View File
@@ -208,7 +208,7 @@ func Fcntl(t *kernel.Task, args arch.SyscallArguments) (uintptr, *kernel.Syscall
case linux.F_SETLK, linux.F_SETLKW:
return 0, nil, posixLock(t, args, file, cmd)
default:
// TODO(gvisor.dev/issue/2920): Everything else is not yet supported.
// Everything else is not yet supported.
return 0, nil, syserror.EINVAL
}
}