From 46cc3b2193a3be0e0043d9cb98af1121aeebf09d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 16 Mar 2022 11:18:40 +0100 Subject: sys/linux: update watch queue descriptions The interface has significantly changed since the first version. Update to the upstreammed interface. Fixes #3030 --- sys/syz-extract/extract.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/syz-extract') diff --git a/sys/syz-extract/extract.go b/sys/syz-extract/extract.go index 42fb1b008..78666ac3f 100644 --- a/sys/syz-extract/extract.go +++ b/sys/syz-extract/extract.go @@ -267,8 +267,6 @@ func archFileList(os, arch string, files []string) (string, []string, []string, manualFiles := map[string]bool{ // Not upstream, generated on https://github.com/multipath-tcp/mptcp_net-next "vnet_mptcp.txt": true, - // Was in linux-next, but then was removed, fate is unknown. - "dev_watch_queue.txt": true, // Not upstream, generated on: // https://chromium.googlesource.com/chromiumos/third_party/kernel d2a8a1eb8b86 "dev_bifrost.txt": true, -- cgit mrf-deployment