From 5626ccf61f718d80d46049e11d040a3a8fc72fb9 Mon Sep 17 00:00:00 2001 From: Dean Deng Date: Mon, 3 Aug 2020 15:23:05 -0700 Subject: Remove old TODO. Fixes #2920. PiperOrigin-RevId: 324695118 --- pkg/sentry/syscalls/linux/vfs2/fd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/sentry/syscalls/linux/vfs2/fd.go b/pkg/sentry/syscalls/linux/vfs2/fd.go index 72ca916a0..4856554fe 100644 --- a/pkg/sentry/syscalls/linux/vfs2/fd.go +++ b/pkg/sentry/syscalls/linux/vfs2/fd.go @@ -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 } } -- cgit v1.2.3